mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-22 16:02:54 +03:00
Corrected vendor path in tests bootstrap.php file.
This commit is contained in:
parent
40ec49673d
commit
76daf6db01
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@
|
||||||
|
|
||||||
require_once __DIR__ . '/../../src/config.php';
|
require_once __DIR__ . '/../../src/config.php';
|
||||||
require_once __DIR__ . '/../../src/autoload.php';
|
require_once __DIR__ . '/../../src/autoload.php';
|
||||||
require_once __DIR__ . '/../../composer_modules/autoload.php';
|
require_once __DIR__ . '/../../vendor/autoload.php';
|
||||||
|
|
Loading…
Reference in a new issue