summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php
blob: 53ee669733498af23f6f08b0dfbb41fa7f7f4b28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

class QuickstartHtmlAreaTestCase extends PradoGenericSelenium2Test
{
	function test ()
	{
		$this->url("../../demos/quickstart/index.php?page=Controls.Samples.THtmlArea.Home&amp;notheme=true&amp;lang=en");

		$this->assertEquals("PRADO QuickStart Sample", $this->title());

		// can't perform any test
	}
}