1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Fix tests

This commit is contained in:
Jeremy 2015-04-01 21:53:57 +02:00
parent 769e19dc4a
commit 9744e97131
4 changed files with 11 additions and 11 deletions

View file

@ -2,9 +2,9 @@
namespace Wallabag\CoreBundle\Tests\Controller;
use Wallabag\CoreBundle\Tests\WallabagTestCase;
use Wallabag\CoreBundle\Tests\WallabagCoreTestCase;
class RssControllerTest extends WallabagTestCase
class RssControllerTest extends WallabagCoreTestCase
{
public function validateDom($xml, $nb = null)
{
@ -36,13 +36,13 @@ class RssControllerTest extends WallabagTestCase
{
return array(
array(
'/admin/YZIOAUZIAO/unread.xml'
'/admin/YZIOAUZIAO/unread.xml',
),
array(
'/wallace/YZIOAUZIAO/starred.xml'
'/wallace/YZIOAUZIAO/starred.xml',
),
array(
'/wallace/YZIOAUZIAO/archives.xml'
'/wallace/YZIOAUZIAO/archives.xml',
),
);
}