mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
require autoload.php
This commit is contained in:
parent
6749071667
commit
cb6e1b115d
1 changed files with 1 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue