Skip to content

Commit

Permalink
BUG Fix phpunit autoloading (for phpunit 3.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed Apr 20, 2016
1 parent d6016d4 commit 207984e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/Context/SilverStripeContextTest.php
Expand Up @@ -4,6 +4,9 @@
use SilverStripe\BehatExtension\Context\SilverStripeContext,
Behat\Mink\Mink;

require_once 'PHPUnit/Autoload.php';
require_once 'PHPUnit/Framework/TestCase.php';

class SilverStripeContextTest extends \PHPUnit_Framework_TestCase {

/**
Expand Down Expand Up @@ -78,4 +81,4 @@ protected function getElementMock() {
->disableOriginalConstructor()
->getMock();
}
}
}

0 comments on commit 207984e

Please sign in to comment.