]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/CoreBundle/Controller/ExportControllerTest.php
Jump to Symfony 3.1
[github/wallabag/wallabag.git] / tests / Wallabag / CoreBundle / Controller / ExportControllerTest.php
similarity index 98%
rename from src/Wallabag/CoreBundle/Tests/Controller/ExportControllerTest.php
rename to tests/Wallabag/CoreBundle/Controller/ExportControllerTest.php
index 76c98055786eec117ccc250d869099b6da761523..b22156c37466c1012d0947dac652de3244c358b7 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 
-namespace Wallabag\CoreBundle\Tests\Controller;
+namespace Tests\Wallabag\CoreBundle\Controller;
 
-use Wallabag\CoreBundle\Tests\WallabagCoreTestCase;
+use Tests\Wallabag\CoreBundle\WallabagCoreTestCase;
 
 class ExportControllerTest extends WallabagCoreTestCase
 {