From 0dd3010501daf0dcb4565e8d43ea47edc659635c Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Sun, 10 Feb 2002 17:12:43 +0000 Subject: [PATCH] test suite for the System class --- pear/tests/pear_system.phpt | 95 +++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 pear/tests/pear_system.phpt diff --git a/pear/tests/pear_system.phpt b/pear/tests/pear_system.phpt new file mode 100644 index 0000000000..3c8e3371b5 --- /dev/null +++ b/pear/tests/pear_system.phpt @@ -0,0 +1,95 @@ +--TEST-- +System commands tests +--SKIPIF-- +--FILE-- + +--EXPECT-- +end -- 2.40.0