diff --git a/tests/Context/SilverStripeContextTest.php b/tests/Context/SilverStripeContextTest.php index 7ba40ab..f977573 100644 --- a/tests/Context/SilverStripeContextTest.php +++ b/tests/Context/SilverStripeContextTest.php @@ -4,6 +4,9 @@ namespace SilverStripe\BehatExtension\Tests; 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 { /** @@ -78,4 +81,4 @@ class SilverStripeContextTest extends \PHPUnit_Framework_TestCase { ->disableOriginalConstructor() ->getMock(); } -} \ No newline at end of file +}