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

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

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

		$this->assertTextPresent('UniqueID is \'ctl0$body$ctl0\'');
	}
}