Skip to content

Commit

Permalink
Fix namespace of PantherFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfausk committed Apr 28, 2019
1 parent 0269bbd commit d2303be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

namespace Robertfausk\Behat\PantherExtension\ServiceContainer;

use Behat\Mink\Driver\Extension\Driver\PantherFactory;
use Behat\MinkExtension\ServiceContainer\MinkExtension;
use Behat\Testwork\ServiceContainer\Extension as ExtensionInterface;
use Behat\Testwork\ServiceContainer\ExtensionManager;
use Robertfausk\Behat\PantherExtension\ServiceContainer\Driver\PantherFactory;
use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
use Symfony\Component\DependencyInjection\ContainerBuilder;

Expand Down

0 comments on commit d2303be

Please sign in to comment.