diff options
author | Marcus Boerger <helly@php.net> | 2004-05-19 08:45:46 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-05-19 08:45:46 +0000 |
commit | d94136fc3098e73ec46c6fb40358a5fbefced82f (patch) | |
tree | 5123ef2a407e6a7068624c280e5dcdda31ff670e /ext/tidy/tests/016.phpt | |
parent | bd29f379e748ec0060d47c6d479e51e1445d9ae8 (diff) | |
download | php-git-d94136fc3098e73ec46c6fb40358a5fbefced82f.tar.gz |
- Remove unused blocks
Diffstat (limited to 'ext/tidy/tests/016.phpt')
-rw-r--r-- | ext/tidy/tests/016.phpt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/tidy/tests/016.phpt b/ext/tidy/tests/016.phpt index 1b0fa1e38f..660b85e337 100644 --- a/ext/tidy/tests/016.phpt +++ b/ext/tidy/tests/016.phpt @@ -2,9 +2,6 @@ Passing configuration file through tidy_parse_file() --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php $tidy = tidy_parse_file("ext/tidy/tests/016.html", "ext/tidy/tests/016.tcfg"); |