Skip to content

Commit

Permalink
minor #484 Removed Panther dependency from the functional test maker …
Browse files Browse the repository at this point in the history
…(javiereguiluz)

This PR was merged into the 1.0-dev branch.

Discussion
----------

Removed Panther dependency from the functional test maker

This fixes #483.

We'll re-add Panther dependency when/if we create a maker for e2e tests.

Commits
-------

62e62d5 Removed Panther dependency from the functional test maker
  • Loading branch information
javiereguiluz committed Nov 4, 2019
2 parents f7dd846 + 62e62d5 commit 5dfcbc4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Maker/MakeFunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,5 @@ public function configureDependencies(DependencyBuilder $dependencies)
true,
true
);
$dependencies->addClassDependency(
PantherTestCaseTrait::class,
'panther',
false,
true
);
}
}

0 comments on commit 5dfcbc4

Please sign in to comment.