@@ -14,7 +14,6 @@ |
||
14 | 14 | |
15 | 15 | use Mockery as m; |
16 | 16 | use phpDocumentor\Reflection\File\LocalFile; |
17 | -use phpDocumentor\Reflection\Php\Factory\File; |
|
18 | 17 | use phpDocumentor\Reflection\Php\ProjectFactory; |
19 | 18 | use PHPUnit\Framework\TestCase; |
20 | 19 |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use PhpParser\Node\Const_; |
19 | 19 | use PhpParser\Node\Expr\Variable; |
20 | 20 | use PhpParser\Node\Stmt\Const_ as ConstStatement; |
21 | -use PHPUnit\Framework\TestCase; |
|
22 | 21 | |
23 | 22 | /** |
24 | 23 | * Class PropertyIteratorTest |