From 61a81205df1accf69d3d5d0979fa5f389070438f Mon Sep 17 00:00:00 2001 From: scribu Date: Sun, 3 Mar 2013 02:28:38 +0200 Subject: [PATCH] remove unnecessary loading of PHPUnit/Autoload.php --- features/bootstrap/FeatureContext.php | 1 - 1 file changed, 1 deletion(-) 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'; -- 2.11.0