summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug74892.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/bug74892.phpt')
-rw-r--r--ext/session/tests/bug74892.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/session/tests/bug74892.phpt b/ext/session/tests/bug74892.phpt
index 0947df7761..3b11ec20a7 100644
--- a/ext/session/tests/bug74892.phpt
+++ b/ext/session/tests/bug74892.phpt
@@ -16,10 +16,8 @@ session_start();
<p><a href="index.php#place">External link with anchor</a></p>
<p><a href="http://php.net#foo">External link with anchor 2</a></p>
<p><a href="#place">Internal link</a></p>
-===DONE===
--EXPECT--
<p><a href="index.php?PHPSESSID=sessionidhere">Click This Anchor Tag!</a></p>
<p><a href="index.php?PHPSESSID=sessionidhere#place">External link with anchor</a></p>
<p><a href="http://php.net?PHPSESSID=sessionidhere#foo">External link with anchor 2</a></p>
<p><a href="#place">Internal link</a></p>
-===DONE===