require autoload.php

This commit is contained in:
Thomas Müller 2015-08-06 16:46:06 +02:00
parent 6749071667
commit cb6e1b115d
1 changed files with 1 additions and 6 deletions

View File

@ -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.