diff options
author | foobar <sniper@php.net> | 2005-08-15 22:30:40 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-08-15 22:30:40 +0000 |
commit | 077e3565726465aa0083d47f2a88ed62ca7c5165 (patch) | |
tree | ccc798d73ac67c7dcadf93fedaf5401972b357d8 /server-tests.php | |
parent | 68a952af7b5aafc9bbd50c969eb8a17b841bd436 (diff) | |
download | php-git-077e3565726465aa0083d47f2a88ed62ca7c5165.tar.gz |
Goodbye PEAR
Diffstat (limited to 'server-tests.php')
-rwxr-xr-x | server-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server-tests.php b/server-tests.php index 5dae09a7b1..5662edb70d 100755 --- a/server-tests.php +++ b/server-tests.php @@ -448,7 +448,7 @@ class testHarness { public $exts_tested = 0; public $exts_skipped = 0; public $ignored_by_ext = 0; - public $test_dirs = array('tests', 'pear', 'ext', 'sapi'); + public $test_dirs = array('tests', 'ext', 'sapi'); public $start_time; public $end_time; public $exec_info; |