Firce exit(0)

This commit is contained in:
Shoghi Cervantes
2013-08-28 17:33:29 +02:00
parent 3608ee1194
commit b8594ab48f
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
$server->load();
$this->assertTrue(is_integer($server->event("server.start", array($this, "hook"))));
$server->init();
exit(0);
}
public function hook(){