diff options
| -rw-r--r-- | tests/UnitTests/framework/index.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/UnitTests/framework/index.php b/tests/UnitTests/framework/index.php index a8431e91..9d745e23 100644 --- a/tests/UnitTests/framework/index.php +++ b/tests/UnitTests/framework/index.php @@ -9,7 +9,7 @@ class TestFolder  	public function __construct($path,$rootPath,$rootUri)
  	{
 -		$this->url="$rootUri?target=".strtr(substr($path,strlen($rootPath)+1),"\\",'/');
 +		$this->url="$rootUri/index.php?target=".strtr(substr($path,strlen($rootPath)+1),"\\",'/');
  		$this->name=basename($path);
  		$dir=opendir($path);
  		while(($entry=readdir($dir))!==false)
 @@ -86,7 +86,7 @@ else  {
  	echo "<html>
  <head>
 -<title>utList</title>
 +<title>Prado Framework Unit Tests</title>
  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
  </head>
  <body>
 | 
