@@ -94,8 +94,8 @@ |
||
| 94 | 94 | } |
| 95 | 95 | |
| 96 | 96 | /** |
| 97 | - * @depends testCreate |
|
| 98 | - */ |
|
| 97 | + * @depends testCreate |
|
| 98 | + */ |
|
| 99 | 99 | |
| 100 | 100 | public function testSort() { |
| 101 | 101 | $client = static::createClient(); |
@@ -20,7 +20,6 @@ |
||
| 20 | 20 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
| 21 | 21 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
| 22 | 22 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
| 23 | - |
|
| 24 | 23 | use AppBundle\Entity\Inventory; |
| 25 | 24 | use AppBundle\Form\Type\InventoryType; |
| 26 | 25 | use AppBundle\Entity\InventoryArticles; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace AppBundle\Entity; |
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\Mapping as ORM; |
| 6 | -use Doctrine\Common\Collections\ArrayCollection; |
|
| 7 | 6 | |
| 8 | 7 | /** |
| 9 | 8 | * InventoryArticles |