mirror of
https://github.com/mosbth/cimage.git
synced 2025-02-21 12:23:02 +01:00
7 lines
126 B
PHP
7 lines
126 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Get all configuration details to be able to execute the test suite.
|
||
|
*
|
||
|
*/
|
||
|
require __DIR__ . "/../autoload.php";
|