Skip to content

Commit 67c1af0

Browse files
committedJun 11, 2011
Test for throws tag
1 parent ece85db commit 67c1af0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎tests/cases/throws-tag.php

+2-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ function testThrowsTag() {
2121
}
2222

2323
function testThrowsTagContent() {
24-
$this->assertStringContains('<dd><a href="../../../phpdoctor/tests/testexception.html">testException</a> - Some kind of exception occurred</dd>', $this->output, TRUE);
25-
}
26-
27-
function testParamsTags() {
28-
#$this->assertStringContains('<dd><a href="../../../phpdoctor/tests/testexception.html">testException</a> - Some kind of exception occurred</dd>', $this->output, TRUE);
24+
$this->assertStringContains('<dt>Throws:</dt>
25+
<dd><a href="../../../phpdoctor/tests/parser/testexception.html">testException</a> - Some kind of exception occurred</dd>', $this->output, TRUE);
2926
}
3027

3128
}

0 commit comments

Comments
 (0)
Please sign in to comment.