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

class QuickstartHtmlAreaTestCase extends PradoGenericSeleniumTest
{
	function test ()
	{
		$this->open("../../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
	}
}