blob: 212ff6b92224f98f1036bf0b5c069bff79a67ea7 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | <?php
class HtmlAreaTestCase extends SeleniumTestCase
{
	function test ()
	{
		$this->open("../../demos/quickstart/index.php?page=Controls.Samples.THtmlArea.Home&notheme=true", "");
		$this->verifyTitle("PRADO QuickStart Sample", "");
		// can't perform any test
	}
}
?>
 |