7 lines
161 B
PHP
Executable File
7 lines
161 B
PHP
Executable File
<?php
|
|
|
|
// This file is in /tests. Set working dir to project root.
|
|
chdir(dirname(__DIR__));
|
|
|
|
// Require composer' autoloader.
|
|
require_once 'vendor/autoload.php'; |