diff options
-rw-r--r-- | build/integration/features/bootstrap/FeatureContext.php | 7 |
1 files changed, 1 insertions, 6 deletions
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. |