]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/CoreBundle/Controller/TagControllerTest.php
Jump to Symfony 3.1
[github/wallabag/wallabag.git] / tests / Wallabag / CoreBundle / Controller / TagControllerTest.php
similarity index 97%
rename from src/Wallabag/CoreBundle/Tests/Controller/TagControllerTest.php
rename to tests/Wallabag/CoreBundle/Controller/TagControllerTest.php
index 8af37ea441a57278cfbffb9bac7951858be2a25b..a019d36c98c24cfb20882cd4d0e0f7e8f010fe81 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 TagControllerTest extends WallabagCoreTestCase
 {