mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-05 03:17:12 +00:00
Firce exit(0)
This commit is contained in:
parent
3608ee1194
commit
b8594ab48f
@ -7,7 +7,7 @@ before_script:
|
||||
- pecl install channel://pecl.php.net/pthreads-0.0.44
|
||||
|
||||
script:
|
||||
- phpunit --configuration phpunit.xml
|
||||
- phpunit --process-isolation --configuration phpunit.xml
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
@ -21,6 +21,7 @@
|
||||
$server->load();
|
||||
$this->assertTrue(is_integer($server->event("server.start", array($this, "hook"))));
|
||||
$server->init();
|
||||
exit(0);
|
||||
}
|
||||
|
||||
public function hook(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user