summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Controls/StatementsTestCase.php
blob: c0420d53a8aaf0d61f5cf45a6a0b90d94486f1c2 (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->assertEquals("PRADO QuickStart Sample", $this->title());

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