@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use Company\SomeNamespace\MyWidget; |
|
| 3 | +use Company\SomeNamespace\MyWidget; |
|
| 4 | 4 | use Maslosoft\MiniView\MiniView; |
| 5 | 5 | |
| 6 | 6 | require __DIR__ . '/../src/Miniview.php'; |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | |
| 7 | 7 | |
| 8 | 8 | use Codeception\Module\Asserts; |
| 9 | -use Codeception\Module\UnitHelper; |
|
| 10 | 9 | |
| 11 | 10 | /** |
| 12 | 11 | * Inherited Methods |