summaryrefslogtreecommitdiff
path: root/ext/xml/tests
diff options
context:
space:
mode:
authorAnt Phillips <ant@php.net>2008-12-05 14:18:02 +0000
committerAnt Phillips <ant@php.net>2008-12-05 14:18:02 +0000
commitfc8a260a92b93ad117e11f1185d7ca00381b1a10 (patch)
tree8565194b695432e75c8cc746603f5cc573bf16fd /ext/xml/tests
parent1a9de83ddff116d610ad5604803316cd79fbaa8c (diff)
downloadphp-git-fc8a260a92b93ad117e11f1185d7ca00381b1a10.tar.gz
Remove duff comment produced by the test generator tool
Diffstat (limited to 'ext/xml/tests')
-rw-r--r--ext/xml/tests/utf8_decode_error.phpt4
-rw-r--r--ext/xml/tests/utf8_encode_error.phpt4
-rw-r--r--ext/xml/tests/xml_error_string_error.phpt4
-rw-r--r--ext/xml/tests/xml_get_current_byte_index_error.phpt4
-rw-r--r--ext/xml/tests/xml_get_current_column_number_error.phpt4
-rw-r--r--ext/xml/tests/xml_get_current_line_number_error.phpt4
-rw-r--r--ext/xml/tests/xml_parse_into_struct_variation.phpt5
7 files changed, 0 insertions, 29 deletions
diff --git a/ext/xml/tests/utf8_decode_error.phpt b/ext/xml/tests/utf8_decode_error.phpt
index ed39db5c12..8735fd82f6 100644
--- a/ext/xml/tests/utf8_decode_error.phpt
+++ b/ext/xml/tests/utf8_decode_error.phpt
@@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
* Alias to functions:
*/
-/*
- * add a comment here to say what the test is supposed to do
- */
-
echo "*** Testing utf8_decode() : error conditions ***\n";
// Zero arguments
diff --git a/ext/xml/tests/utf8_encode_error.phpt b/ext/xml/tests/utf8_encode_error.phpt
index e1c604230f..a82f98ff3b 100644
--- a/ext/xml/tests/utf8_encode_error.phpt
+++ b/ext/xml/tests/utf8_encode_error.phpt
@@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
* Alias to functions:
*/
-/*
- * add a comment here to say what the test is supposed to do
- */
-
echo "*** Testing utf8_encode() : error conditions ***\n";
// Zero arguments
diff --git a/ext/xml/tests/xml_error_string_error.phpt b/ext/xml/tests/xml_error_string_error.phpt
index e1137b8383..866346fdd2 100644
--- a/ext/xml/tests/xml_error_string_error.phpt
+++ b/ext/xml/tests/xml_error_string_error.phpt
@@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
* Alias to functions:
*/
-/*
- * add a comment here to say what the test is supposed to do
- */
-
echo "*** Testing xml_error_string() : error conditions ***\n";
// Zero arguments
diff --git a/ext/xml/tests/xml_get_current_byte_index_error.phpt b/ext/xml/tests/xml_get_current_byte_index_error.phpt
index 6949dd3f29..74fa2e7dd1 100644
--- a/ext/xml/tests/xml_get_current_byte_index_error.phpt
+++ b/ext/xml/tests/xml_get_current_byte_index_error.phpt
@@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
* Alias to functions:
*/
-/*
- * add a comment here to say what the test is supposed to do
- */
-
echo "*** Testing xml_get_current_byte_index() : error conditions ***\n";
// Zero arguments
diff --git a/ext/xml/tests/xml_get_current_column_number_error.phpt b/ext/xml/tests/xml_get_current_column_number_error.phpt
index 21f470ec24..1fd28cc0b2 100644
--- a/ext/xml/tests/xml_get_current_column_number_error.phpt
+++ b/ext/xml/tests/xml_get_current_column_number_error.phpt
@@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
* Alias to functions:
*/
-/*
- * add a comment here to say what the test is supposed to do
- */
-
echo "*** Testing xml_get_current_column_number() : error conditions ***\n";
// Zero arguments
diff --git a/ext/xml/tests/xml_get_current_line_number_error.phpt b/ext/xml/tests/xml_get_current_line_number_error.phpt
index 9e3c4a40a1..282c120f0f 100644
--- a/ext/xml/tests/xml_get_current_line_number_error.phpt
+++ b/ext/xml/tests/xml_get_current_line_number_error.phpt
@@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
* Alias to functions:
*/
-/*
- * add a comment here to say what the test is supposed to do
- */
-
echo "*** Testing xml_get_current_line_number() : error conditions ***\n";
// Zero arguments
diff --git a/ext/xml/tests/xml_parse_into_struct_variation.phpt b/ext/xml/tests/xml_parse_into_struct_variation.phpt
index e82abdff93..a353e51419 100644
--- a/ext/xml/tests/xml_parse_into_struct_variation.phpt
+++ b/ext/xml/tests/xml_parse_into_struct_variation.phpt
@@ -14,13 +14,8 @@ if (!extension_loaded("xml")) {
* Alias to functions:
*/
-/*
- * add a comment here to say what the test is supposed to do
- */
-
echo "*** Testing xml_parse_into_struct() : variation ***\n";
-
$simple = "<main><para><note>simple note</note></para><para><note>simple note</note></para></main>";
$p = xml_parser_create();
xml_parse_into_struct($p, $simple, $vals, $index);