You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
5
vendor/swoole/tests/include/skipifDarwin.inc
vendored
Executable file
5
vendor/swoole/tests/include/skipifDarwin.inc
vendored
Executable file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
if (PHP_OS === "Darwin")
|
||||
{
|
||||
exit("skip for Darwin");
|
||||
}
|
Reference in New Issue
Block a user