@@ -18,7 +18,6 @@ |
||
18 | 18 | * @link http://www.techdivision.com |
19 | 19 | */ |
20 | 20 | |
21 | -use Lurker\Event\FilesystemEvent; |
|
22 | 21 | use Symfony\Component\Finder\Finder; |
23 | 22 | |
24 | 23 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | use Behat\Behat\Context\Context; |
4 | 4 | use Behat\Behat\Hook\Scope\AfterScenarioScope; |
5 | 5 | use Behat\Behat\Hook\Scope\BeforeScenarioScope; |
6 | -use Behat\Behat\Tester\Exception\PendingException; |
|
7 | 6 | use TechDivision\Import\Adapter\PhpFilesystemAdapter; |
8 | 7 | use Behat\Symfony2Extension\Context\KernelAwareContext; |
9 | 8 |