From cb6e1b115d9b564910e7237fea1de855daec4647 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Thu, 6 Aug 2015 16:46:06 +0200 Subject: require autoload.php --- build/integration/features/bootstrap/FeatureContext.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'build') diff --git a/build/integration/features/bootstrap/FeatureContext.php b/build/integration/features/bootstrap/FeatureContext.php index e1185debbc5..6dab7100f22 100644 --- a/build/integration/features/bootstrap/FeatureContext.php +++ b/build/integration/features/bootstrap/FeatureContext.php @@ -4,12 +4,7 @@ use Behat\Behat\Context\BehatContext; use GuzzleHttp\Client; use GuzzleHttp\Message\ResponseInterface; -// -// Require 3rd-party libraries here: -// -// require_once 'PHPUnit/Autoload.php'; -// require_once 'PHPUnit/Framework/Assert/Functions.php'; -// +require __DIR__ . '/../../vendor/autoload.php'; /** * Features context. -- cgit v1.2.3