<?php/** * PhpUnit Tests * * The global configuration for the tests. */error_reporting(E_ALL | E_STRICT);ini_set('display_errors', 1);date_default_timezone_set('Europe/Berlin');include_once 'autoload.php';