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 | |
| parent | bd29f379e748ec0060d47c6d479e51e1445d9ae8 (diff) | |
| download | php-git-d94136fc3098e73ec46c6fb40358a5fbefced82f.tar.gz | |
- Remove unused blocks
Diffstat (limited to 'ext/tidy')
| -rw-r--r-- | ext/tidy/tests/001.phpt | 3 | ||||
| -rw-r--r-- | ext/tidy/tests/002.phpt | 3 | ||||
| -rw-r--r-- | ext/tidy/tests/003.phpt | 3 | ||||
| -rw-r--r-- | ext/tidy/tests/004.phpt | 3 | ||||
| -rw-r--r-- | ext/tidy/tests/005.phpt | 3 | ||||
| -rw-r--r-- | ext/tidy/tests/006.phpt | 3 | ||||
| -rw-r--r-- | ext/tidy/tests/008.phpt | 3 | ||||
| -rw-r--r-- | ext/tidy/tests/009.phpt | 3 | ||||
| -rw-r--r-- | ext/tidy/tests/010.phpt | 3 | ||||
| -rw-r--r-- | ext/tidy/tests/011.phpt | 3 | ||||
| -rw-r--r-- | ext/tidy/tests/012.phpt | 3 | ||||
| -rw-r--r-- | ext/tidy/tests/013.phpt | 3 | ||||
| -rw-r--r-- | ext/tidy/tests/014.phpt | 3 | ||||
| -rw-r--r-- | ext/tidy/tests/015.phpt | 3 | ||||
| -rw-r--r-- | ext/tidy/tests/016.phpt | 3 | ||||
| -rw-r--r-- | ext/tidy/tests/017.phpt | 3 |
16 files changed, 0 insertions, 48 deletions
diff --git a/ext/tidy/tests/001.phpt b/ext/tidy/tests/001.phpt index 6a9f1b5c81..bfd3782078 100644 --- a/ext/tidy/tests/001.phpt +++ b/ext/tidy/tests/001.phpt @@ -2,9 +2,6 @@ Check for tidy presence --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php echo "tidy extension is available"; diff --git a/ext/tidy/tests/002.phpt b/ext/tidy/tests/002.phpt index c928a9baae..89c3804b89 100644 --- a/ext/tidy/tests/002.phpt +++ b/ext/tidy/tests/002.phpt @@ -2,9 +2,6 @@ tidy_parse_string() --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php $a = tidy_parse_string("<HTML></HTML>"); diff --git a/ext/tidy/tests/003.phpt b/ext/tidy/tests/003.phpt index 028e543915..7201d6a5a2 100644 --- a/ext/tidy/tests/003.phpt +++ b/ext/tidy/tests/003.phpt @@ -2,9 +2,6 @@ tidy_clean_repair() --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php diff --git a/ext/tidy/tests/004.phpt b/ext/tidy/tests/004.phpt index fa2bb6a314..e941de452b 100644 --- a/ext/tidy/tests/004.phpt +++ b/ext/tidy/tests/004.phpt @@ -2,9 +2,6 @@ tidy_diagnose() --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php $a = tidy_parse_string("<HTML></HTML>"); diff --git a/ext/tidy/tests/005.phpt b/ext/tidy/tests/005.phpt index 267befa5b6..b8da50721b 100644 --- a/ext/tidy/tests/005.phpt +++ b/ext/tidy/tests/005.phpt @@ -2,9 +2,6 @@ tidy_parse_file() --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php $a = tidy_parse_file("ext/tidy/tests/005.html"); diff --git a/ext/tidy/tests/006.phpt b/ext/tidy/tests/006.phpt index 1609243974..c826181314 100644 --- a/ext/tidy/tests/006.phpt +++ b/ext/tidy/tests/006.phpt @@ -2,9 +2,6 @@ Verbose tidy_get_error_buffer() --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php $a = tidy_parse_string("<HTML><asd asdf></HTML>"); diff --git a/ext/tidy/tests/008.phpt b/ext/tidy/tests/008.phpt index 6ddbd191b8..150b98f560 100644 --- a/ext/tidy/tests/008.phpt +++ b/ext/tidy/tests/008.phpt @@ -2,9 +2,6 @@ Accessing the error buffer via $obj->error_buf... --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php $a = tidy_parse_string("<HTML><asd asdf></HTML>"); diff --git a/ext/tidy/tests/009.phpt b/ext/tidy/tests/009.phpt index b024192091..02c65df7cb 100644 --- a/ext/tidy/tests/009.phpt +++ b/ext/tidy/tests/009.phpt @@ -2,9 +2,6 @@ tidy_doc object overloading --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php diff --git a/ext/tidy/tests/010.phpt b/ext/tidy/tests/010.phpt index 43cdde7587..2bb66d49a7 100644 --- a/ext/tidy/tests/010.phpt +++ b/ext/tidy/tests/010.phpt @@ -2,9 +2,6 @@ Accessing root, body, html, and head nodes.. --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php $a = tidy_parse_string("<HTML><BODY BGCOLOR=#FFFFFF ALINK=#000000></BODY></HTML>"); diff --git a/ext/tidy/tests/011.phpt b/ext/tidy/tests/011.phpt index 3596d02779..2a94616759 100644 --- a/ext/tidy/tests/011.phpt +++ b/ext/tidy/tests/011.phpt @@ -2,9 +2,6 @@ Accessing attributes of a node --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php $a = tidy_parse_string("<HTML><BODY BGCOLOR=#FFFFFF ALINK=#000000></BODY></HTML>"); diff --git a/ext/tidy/tests/012.phpt b/ext/tidy/tests/012.phpt index a23d0e9b80..5cec346b11 100644 --- a/ext/tidy/tests/012.phpt +++ b/ext/tidy/tests/012.phpt @@ -2,9 +2,6 @@ Accessing children nodes --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php diff --git a/ext/tidy/tests/013.phpt b/ext/tidy/tests/013.phpt index 3b95782431..37efa3d69d 100644 --- a/ext/tidy/tests/013.phpt +++ b/ext/tidy/tests/013.phpt @@ -2,9 +2,6 @@ Parsing a file using constructor --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php $tidy = new tidy("ext/tidy/tests/013.html", array("show-body-only"=>true)); diff --git a/ext/tidy/tests/014.phpt b/ext/tidy/tests/014.phpt index 2b94f93b13..a391b3dc9e 100644 --- a/ext/tidy/tests/014.phpt +++ b/ext/tidy/tests/014.phpt @@ -2,9 +2,6 @@ Passing configuration options through tidy_parse_string(). --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php $text = "<B>testing</I>"; diff --git a/ext/tidy/tests/015.phpt b/ext/tidy/tests/015.phpt index d553ca7aeb..080d3db4aa 100644 --- a/ext/tidy/tests/015.phpt +++ b/ext/tidy/tests/015.phpt @@ -2,9 +2,6 @@ Passing configuration options through tidy_parse_file(). --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php $tidy = tidy_parse_file("ext/tidy/tests/015.html", array('show-body-only'=>true)); 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"); diff --git a/ext/tidy/tests/017.phpt b/ext/tidy/tests/017.phpt index 893e902f19..ba620a32ec 100644 --- a/ext/tidy/tests/017.phpt +++ b/ext/tidy/tests/017.phpt @@ -2,9 +2,6 @@ The Tidy Output Buffer Filter --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> ---POST-- ---GET-- ---INI-- --FILE-- <?php ob_start("ob_tidyhandler"); ?> <B>testing</I> |
