2021-03-01 10:07:03 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
require_once (dirname(__FILE__) . '/vendor/autoload.php');
|
|
|
|
|
|
|
|
if (PHP_VERSION_ID >= 50300) {
|
|
|
|
require_once (dirname(__FILE__) . '/tests/phpunit-shim.php');
|
|
|
|
}
|
2021-08-23 08:37:03 +02:00
|
|
|
require_once (dirname(__FILE__) . '/autoload.php');
|