summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwynne Raskind <gwynne@php.net>2009-08-14 09:44:45 +0000
committerGwynne Raskind <gwynne@php.net>2009-08-14 09:44:45 +0000
commitc336c2e5d0560809761f70f90cb228654f76f712 (patch)
tree8fabfbd913f6ba2dc5eff1b23eb2bd69688e60b5
parent85560842c27706689c926df4516534088f1a6325 (diff)
downloadphp-git-c336c2e5d0560809761f70f90cb228654f76f712.tar.gz
fix broken test (spurious tab characters caused run-tests to spaz)
-rw-r--r--ext/simplexml/tests/bug41861.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/simplexml/tests/bug41861.phpt b/ext/simplexml/tests/bug41861.phpt
index 087b57058f..607d301f7b 100644
--- a/ext/simplexml/tests/bug41861.phpt
+++ b/ext/simplexml/tests/bug41861.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #41861 (getNamespaces() returns the namespaces of a node's siblings)
- --SKIPIF--
- <?php if (!extension_loaded("simplexml")) print "skip"; ?>
+--SKIPIF--
+<?php if (!extension_loaded("simplexml")) print "skip"; ?>
--FILE--
<?php
@@ -39,4 +39,4 @@ children(): 'last_node_no_ns' -- namespaces:
children(#ns1): 'node1' -- namespaces: #ns1
children(#ns2): 'node2' -- namespaces: #ns2
children(#ns3): 'node3' -- namespaces: #ns3
-===DONE=== \ No newline at end of file
+===DONE===