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

@ -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

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(){