@@ -10,8 +10,6 @@ |
||
| 10 | 10 | use ORM\Exception\InvalidConfiguration; |
| 11 | 11 | use ORM\Exception\NoConnection; |
| 12 | 12 | use ORM\Exception\NoEntity; |
| 13 | -use ORM\Exception\NotScalar; |
|
| 14 | -use ORM\Exception\UnsupportedDriver; |
|
| 15 | 13 | |
| 16 | 14 | /** |
| 17 | 15 | * The EntityManager that manages the instances of Entities. |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace ORM; |
| 4 | 4 | |
| 5 | 5 | use Mockery as m; |
| 6 | -use Mockery\Mock; |
|
| 7 | 6 | use ORM\Exception\IncompletePrimaryKey; |
| 8 | 7 | |
| 9 | 8 | trait MockTrait |