renamed tests folder

This commit is contained in:
kremsy
2017-04-15 23:18:32 +02:00
parent 0a0815611e
commit 122994d962
6 changed files with 0 additions and 0 deletions

10
tests/autoload.php Normal file
View File

@ -0,0 +1,10 @@
<?php
// Define base dir
define('MANIACONTROL_PATH', realpath(__DIR__ . '/..') . DIRECTORY_SEPARATOR);
define('DEV_MODE', true); // Development mode to not send error reports etc.
define('PHP_UNIT_TEST', true);
// Register AutoLoader
require_once MANIACONTROL_PATH . 'core' . DIRECTORY_SEPARATOR . 'AutoLoader.php';
\ManiaControl\AutoLoader::register();