]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php
Jump to Symfony 3.1
[github/wallabag/wallabag.git] / tests / Wallabag / ImportBundle / Controller / WallabagV1ControllerTest.php
similarity index 97%
rename from src/Wallabag/ImportBundle/Tests/Controller/WallabagV1ControllerTest.php
rename to tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php
index f7de3fef61a43dce3fdc07aebcbc56f3cc38d556..c1025b41c4a51a180ee7432ac15489797d0c303f 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 
-namespace Wallabag\ImportBundle\Tests\Controller;
+namespace Tests\Wallabag\ImportBundle\Controller;
 
-use Wallabag\CoreBundle\Tests\WallabagCoreTestCase;
+use Tests\Wallabag\CoreBundle\WallabagCoreTestCase;
 use Symfony\Component\HttpFoundation\File\UploadedFile;
 
 class WallabagV1ControllerTest extends WallabagCoreTestCase