diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-08-06 16:46:06 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-29 13:42:32 +0200 |
commit | cb6e1b115d9b564910e7237fea1de855daec4647 (patch) | |
tree | 947b6f900025f435469956f56ee0e28b4cc0e20b /build | |
parent | 6749071667491ce51af585e9e39667d3ee40cefd (diff) | |
download | nextcloud-server-cb6e1b115d9b564910e7237fea1de855daec4647.tar.gz nextcloud-server-cb6e1b115d9b564910e7237fea1de855daec4647.zip |
require autoload.php
Diffstat (limited to 'build')
-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. |