From d22dd5f93a687ed208ca39e451ae5ab7d7dc6be3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Er=20Galv=C3=A3o=20Abbott?= Date: Sat, 28 Oct 2017 21:23:42 -0200 Subject: [PATCH] Add test for pcntl_getpriority() basic behaviour --- ext/pcntl/tests/pcntl_getpriority_basic.phpt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ext/pcntl/tests/pcntl_getpriority_basic.phpt diff --git a/ext/pcntl/tests/pcntl_getpriority_basic.phpt b/ext/pcntl/tests/pcntl_getpriority_basic.phpt new file mode 100644 index 0000000000..42cd0f730b --- /dev/null +++ b/ext/pcntl/tests/pcntl_getpriority_basic.phpt @@ -0,0 +1,19 @@ +--TEST-- +pcntl_getpriority() - Basic behaviour +--CREDITS-- +Er Galvão Abbott galvao@galvao.eti.br +# TestFest 2017 PHPRS PHP UG 2017-10-29 +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +int(%d) -- 2.50.1