link properly...

git-svn-id: file:///home/shish/svn/shimmie2/trunk@1089 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-10-18 06:23:42 +00:00
parent bf1354bde1
commit 45ab91c054

View File

@ -43,7 +43,7 @@ class SCoreReporter extends HtmlReporter {
$matches = array();
if(preg_match("#ext/(.*)/test.php#", $name, $matches)) {
$name = $matches[1];
$link = "<a href=\"".make_link("test/$name")."\"></a>";
$link = "<a href=\"".make_link("test/$name")."\">Test only this extension</a>";
}
parent::paintGroupEnd($name);
if($this->current_html == "") {