summaryrefslogtreecommitdiff
path: root/ext/dom
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-07-27 00:20:43 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-07-27 00:20:43 +0000
commitd3571ea2a9334d85e10c1cc67d92ce538abf88bd (patch)
treecd8cb2b0ba6c779b3528427e99ba4de9e9510224 /ext/dom
parent8684e7495f625e962f73a91350463df46a8cfe05 (diff)
downloadphp-git-d3571ea2a9334d85e10c1cc67d92ce538abf88bd.tar.gz
WS
Diffstat (limited to 'ext/dom')
-rw-r--r--ext/dom/tests/bug28721.phpt2
-rw-r--r--ext/dom/tests/bug28817.phpt2
-rw-r--r--ext/dom/tests/bug32615.phpt2
-rw-r--r--ext/dom/tests/bug34276.phpt2
-rw-r--r--ext/dom/tests/bug35342.phpt2
-rw-r--r--ext/dom/tests/bug38949.phpt2
-rw-r--r--ext/dom/tests/bug41257.phpt2
-rw-r--r--ext/dom/tests/bug41374.phpt2
8 files changed, 8 insertions, 8 deletions
diff --git a/ext/dom/tests/bug28721.phpt b/ext/dom/tests/bug28721.phpt
index 2538aab9ce..464498ef80 100644
--- a/ext/dom/tests/bug28721.phpt
+++ b/ext/dom/tests/bug28721.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #28721: (appendChild() and insertBefore() unset DOMText)
+Bug #28721 (appendChild() and insertBefore() unset DOMText)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
diff --git a/ext/dom/tests/bug28817.phpt b/ext/dom/tests/bug28817.phpt
index eb886a22cb..a250bff03e 100644
--- a/ext/dom/tests/bug28817.phpt
+++ b/ext/dom/tests/bug28817.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #28817: (properties in extended class)
+Bug #28817 (properties in extended class)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
diff --git a/ext/dom/tests/bug32615.phpt b/ext/dom/tests/bug32615.phpt
index 522dfc6e4c..c6f2b5bf86 100644
--- a/ext/dom/tests/bug32615.phpt
+++ b/ext/dom/tests/bug32615.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #32615: (Replacing and inserting Fragments)
+Bug #32615 (Replacing and inserting Fragments)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
diff --git a/ext/dom/tests/bug34276.phpt b/ext/dom/tests/bug34276.phpt
index 0de0373a53..fd265e58e4 100644
--- a/ext/dom/tests/bug34276.phpt
+++ b/ext/dom/tests/bug34276.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #34276: setAttributeNS and default namespace
+Bug #34276 setAttributeNS and default namespace
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
diff --git a/ext/dom/tests/bug35342.phpt b/ext/dom/tests/bug35342.phpt
index bf9b8fb147..553822e997 100644
--- a/ext/dom/tests/bug35342.phpt
+++ b/ext/dom/tests/bug35342.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #35342: isset(DOMNodeList->length) returns false
+Bug #35342 isset(DOMNodeList->length) returns false
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
diff --git a/ext/dom/tests/bug38949.phpt b/ext/dom/tests/bug38949.phpt
index 0dba156119..4c81d9b731 100644
--- a/ext/dom/tests/bug38949.phpt
+++ b/ext/dom/tests/bug38949.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #38949: (Cannot get xmlns value attribute)
+Bug #38949 (Cannot get xmlns value attribute)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
diff --git a/ext/dom/tests/bug41257.phpt b/ext/dom/tests/bug41257.phpt
index 25f5417515..edf62a53a3 100644
--- a/ext/dom/tests/bug41257.phpt
+++ b/ext/dom/tests/bug41257.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #41257: (lookupNamespaceURI does not work as expected)
+Bug #41257 (lookupNamespaceURI does not work as expected)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
diff --git a/ext/dom/tests/bug41374.phpt b/ext/dom/tests/bug41374.phpt
index a791b0ada1..21fc3454cd 100644
--- a/ext/dom/tests/bug41374.phpt
+++ b/ext/dom/tests/bug41374.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #41374: (wholetext concats values of wrong nodes)
+Bug #41374 (wholetext concats values of wrong nodes)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--