diff options
| author | John Coggeshall <john@php.net> | 2003-08-06 21:32:46 +0000 |
|---|---|---|
| committer | John Coggeshall <john@php.net> | 2003-08-06 21:32:46 +0000 |
| commit | a8356a0dc6b1e2e755c51e018524b87a77ac9797 (patch) | |
| tree | c1c9cda33cdd831b3fae5b85d6285a478fde6e8a /ext/tidy/tests/006.phpt | |
| parent | fb2b65e5fd7092eef0964e0ef12e77d7abd66abe (diff) | |
| download | php-git-a8356a0dc6b1e2e755c51e018524b87a77ac9797.tar.gz | |
Keeping up with ZE changes to the function struct, fixed tests
Diffstat (limited to 'ext/tidy/tests/006.phpt')
| -rw-r--r-- | ext/tidy/tests/006.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/tests/006.phpt b/ext/tidy/tests/006.phpt index 2ea27d38f4..37f3ebb899 100644 --- a/ext/tidy/tests/006.phpt +++ b/ext/tidy/tests/006.phpt @@ -1,7 +1,7 @@ --TEST-- Verbose tidy_get_error_buffer() --SKIPIF-- -<?php if (!extension_loaded("Tidy")) print "skip"; ?> +<?php if (!extension_loaded("tidy")) print "skip"; ?> --POST-- --GET-- --INI-- |
