From: scribu Date: Sun, 3 Mar 2013 00:28:38 +0000 (+0200) Subject: remove unnecessary loading of PHPUnit/Autoload.php X-Git-Tag: v0.9.0~57^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=61a81205df1accf69d3d5d0979fa5f389070438f;p=wvm%2Fwvm.git remove unnecessary loading of PHPUnit/Autoload.php --- diff --git a/features/bootstrap/FeatureContext.php b/features/bootstrap/FeatureContext.php index 57c05cda..80bcba82 100644 --- a/features/bootstrap/FeatureContext.php +++ b/features/bootstrap/FeatureContext.php @@ -4,7 +4,6 @@ use Behat\Behat\Context\ClosuredContextInterface, Behat\Behat\Context\TranslatedContextInterface, Behat\Behat\Context\BehatContext; -require_once 'PHPUnit/Autoload.php'; require_once 'PHPUnit/Framework/Assert/Functions.php'; require_once __DIR__ . '/../../php/utils.php';