summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php
blob: 3d7de705499252f1b141d58fb7beace12de39fb9 (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->verifyTitle("PRADO QuickStart Sample", "");

		// can't perform any test
	}
}