@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace spec\RMiller\ErrorExtension\Observer; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | use RMiller\ErrorExtension\Observer\ErrorObserver; |
8 | 7 | |
9 | 8 | class ErrorObserversSpec extends ObjectBehavior |
@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Behat\Behat\Tester\Exception\PendingException; |
|
4 | 3 | use Behat\Behat\Context\Context; |
5 | 4 | use Behat\Behat\Context\SnippetAcceptingContext; |
6 | 5 | use Behat\Gherkin\Node\PyStringNode; |