@@ -3,12 +3,9 @@ |
||
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 { |