diff options
Diffstat (limited to 'ext/posix/tests/posix_kill_basic.phpt')
-rw-r--r-- | ext/posix/tests/posix_kill_basic.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/tests/posix_kill_basic.phpt b/ext/posix/tests/posix_kill_basic.phpt index c45a2624d1..fe9cf44692 100644 --- a/ext/posix/tests/posix_kill_basic.phpt +++ b/ext/posix/tests/posix_kill_basic.phpt @@ -1,5 +1,5 @@ --TEST-- -Test posix_kill(), posix_get_last_error and posix_strerror() functions : basic functionality +Test posix_kill(), posix_get_last_error and posix_strerror() functions : basic functionality --SKIPIF-- <?php if (!extension_loaded('posix')) die('skip - POSIX extension not loaded'); |