Removed unused use statements

This commit is contained in:
Christophe Coevoet
2014-01-11 01:04:54 +01:00
parent 58ca78aa59
commit 794ea867ea
6 changed files with 0 additions and 6 deletions

View File

@@ -3,7 +3,6 @@
namespace spec\Behat\MinkExtension\ServiceContainer\Driver;
use PhpSpec\ObjectBehavior;
use Prophecy\Argument;
class SeleniumFactorySpec extends ObjectBehavior
{