Skip to content

Commit

Permalink
Removed PHPUnit require() reference from README
Browse files Browse the repository at this point in the history
No longer required since PHPUnit 4.x
  • Loading branch information
chillu committed Feb 24, 2016
1 parent 3503921 commit 899ed1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,6 @@ Example: mymodule/tests/behat/features/bootstrap/MyModule/Test/Behaviour/Feature
SilverStripe\BehatExtension\Context\BasicContext,
SilverStripe\BehatExtension\Context\LoginContext;

require_once 'PHPUnit/Autoload.php';
require_once 'PHPUnit/Framework/Assert/Functions.php';

class FeatureContext extends SilverStripeContext
{
public function __construct(array $parameters)
Expand Down

0 comments on commit 899ed1c

Please sign in to comment.