]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/CoreBundle/Command/TagAllCommandTest.php
Jump to Symfony 3.1
[github/wallabag/wallabag.git] / tests / Wallabag / CoreBundle / Command / TagAllCommandTest.php
similarity index 94%
rename from src/Wallabag/CoreBundle/Tests/Command/TagAllCommandTest.php
rename to tests/Wallabag/CoreBundle/Command/TagAllCommandTest.php
index 4f544c1d2cabc31709eeea6ffaca6ee74436aef4..ec31708f93d1240ccd5332317b67abb4b2f5efd6 100644 (file)
@@ -1,11 +1,11 @@
 <?php
 
-namespace Wallabag\CoreBundle\Tests\Command;
+namespace Tests\Wallabag\CoreBundle\Command;
 
 use Symfony\Bundle\FrameworkBundle\Console\Application;
 use Symfony\Component\Console\Tester\CommandTester;
 use Wallabag\CoreBundle\Command\TagAllCommand;
-use Wallabag\CoreBundle\Tests\WallabagCoreTestCase;
+use Tests\Wallabag\CoreBundle\WallabagCoreTestCase;
 
 class TagAllCommandTest extends WallabagCoreTestCase
 {