ircbot/Main.php

12 lines
265 B
PHP
Raw Normal View History

2010-11-21 23:48:11 +01:00
<?php
error_reporting(E_ALL);
require_once('AutoLoader.php');
try {
require_once('Testcode' . DIRECTORY_SEPARATOR . 'Client' . DIRECTORY_SEPARATOR . 'ClientManagerTest.php');
2010-11-21 23:48:11 +01:00
}
catch(Exception $e) {
echo PHP_EOL.PHP_EOL."Caught Exception: " . $e . PHP_EOL;
2010-11-21 23:48:11 +01:00
}
2010-11-21 23:48:11 +01:00
?>