From 6ee932ccce60023d842b4cc3f9a92965f3f6ceea Mon Sep 17 00:00:00 2001 From: Shaikhul Chowdhury Date: Fri, 26 May 2017 00:46:24 -0400 Subject: [PATCH] Add basic test for posix_setegid function --- ext/posix/tests/posix_setegid_basic.phpt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ext/posix/tests/posix_setegid_basic.phpt diff --git a/ext/posix/tests/posix_setegid_basic.phpt b/ext/posix/tests/posix_setegid_basic.phpt new file mode 100644 index 0000000000..729abc5f54 --- /dev/null +++ b/ext/posix/tests/posix_setegid_basic.phpt @@ -0,0 +1,12 @@ +--TEST-- +Test function posix_setegid() by calling it with its expected arguments +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +bool(true) \ No newline at end of file -- 2.50.1