]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php
Jump to Symfony 3.1
[github/wallabag/wallabag.git] / tests / Wallabag / AnnotationBundle / Controller / AnnotationControllerTest.php
similarity index 97%
rename from src/Wallabag/AnnotationBundle/Tests/Controller/AnnotationControllerTest.php
rename to tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php
index 3eba719384a7c690aca3405c301ded906deee214..70849f74129000ca787a0a414396feb478516f81 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 
-namespace Wallabag\AnnotationBundle\Tests\Controller;
+namespace Tests\AnnotationBundle\Controller;
 
-use Wallabag\AnnotationBundle\Tests\WallabagAnnotationTestCase;
+use Tests\Wallabag\AnnotationBundle\WallabagAnnotationTestCase;
 
 class AnnotationControllerTest extends WallabagAnnotationTestCase
 {