[TASK] Finalized modifications on ClientManager.
[TASK] Added support for further class paths to ClassLoader. [TASK] Started to implement the irc client dispatcher. (partially works now)
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
error_reporting(E_ALL);
|
||||
require_once('SocketFramework' . DIRECTORY_SEPARATOR . 'Bootstrap.php');
|
||||
|
||||
$classLoader->addClassPathMapping('JPT\IrcClient', 'IrcClient' . \DIRECTORY_SEPARATOR . 'Classes');
|
||||
|
||||
try {
|
||||
require_once('Testcode' . DIRECTORY_SEPARATOR . 'Client' . DIRECTORY_SEPARATOR . 'ClientManagerTest.php');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user