Completed
Push — develop ( 7e8dc0...09c52f )
by Axel
10:44
created
Tests/Manager/ProjectManagerTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,12 +3,9 @@
 block discarded – undo
3 3
 namespace Developtech\AgilityBundle\Tests\Manager;
4 4
 
5 5
 use Developtech\AgilityBundle\Manager\ProjectManager;
6
-
7 6
 use Developtech\AgilityBundle\Entity\Project;
8 7
 use Developtech\AgilityBundle\Tests\Mock\User;
9
-
10 8
 use Developtech\AgilityBundle\Utils\Slugger;
11
-
12 9
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
13 10
 
14 11
 class ProjectManagerTest extends \PHPUnit_Framework_TestCase {
Please login to merge, or discard this patch.