]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php
Jump to Symfony 3.1
[github/wallabag/wallabag.git] / tests / Wallabag / ImportBundle / Controller / WallabagV2ControllerTest.php
similarity index 97%
rename from src/Wallabag/ImportBundle/Tests/Controller/WallabagV2ControllerTest.php
rename to tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php
index 15251ae7ba115d322c97c03a8d61aa6bcf81946e..d8d2c8bf60267d34fd9119492e5ec668a85c4b0f 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 WallabagV2ControllerTest extends WallabagCoreTestCase