mirror of
https://github.com/mosbth/cimage.git
synced 2025-01-17 11:08:14 +01:00
10 lines
225 B
PHP
10 lines
225 B
PHP
<?php
|
|
/**
|
|
* Get all configuration details to be able to execute the test suite.
|
|
*
|
|
*/
|
|
require __DIR__ . "/../autoload.php";
|
|
|
|
define('IMAGE_PATH', __DIR__ . '/../webroot/img/');
|
|
define('CACHE_PATH', __DIR__ . '/../cache/');
|