diff options
author | Felipe Pena <felipe@php.net> | 2009-01-09 02:11:54 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2009-01-09 02:11:54 +0000 |
commit | 857959838f2cf896a54a74ffeb67f93652f7bcbc (patch) | |
tree | b5452ddc1d29ffa81f05feafc0b1e788bd7c3147 /ext/tidy | |
parent | 7670ad31e6d85dc6d5e76337207f98092a83b198 (diff) | |
download | php-git-857959838f2cf896a54a74ffeb67f93652f7bcbc.tar.gz |
- Fixed tests
Diffstat (limited to 'ext/tidy')
-rw-r--r-- | ext/tidy/tests/019.phpt | 4 | ||||
-rw-r--r-- | ext/tidy/tests/022.phpt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ext/tidy/tests/019.phpt b/ext/tidy/tests/019.phpt index 9d2c693cdb..91bbc016ed 100644 --- a/ext/tidy/tests/019.phpt +++ b/ext/tidy/tests/019.phpt @@ -34,5 +34,9 @@ Warning: tidy_repair_string(): Could not set encoding '1' in %s on line %d Warning: tidy_repair_string() expects parameter 1 to be string, array given in %s on line %d +Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d + +Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d + Warning: tidy_repair_file() expects parameter 1 to be string, array given in %s on line %d Done diff --git a/ext/tidy/tests/022.phpt b/ext/tidy/tests/022.phpt index 9d2c693cdb..91bbc016ed 100644 --- a/ext/tidy/tests/022.phpt +++ b/ext/tidy/tests/022.phpt @@ -34,5 +34,9 @@ Warning: tidy_repair_string(): Could not set encoding '1' in %s on line %d Warning: tidy_repair_string() expects parameter 1 to be string, array given in %s on line %d +Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d + +Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d + Warning: tidy_repair_file() expects parameter 1 to be string, array given in %s on line %d Done |