summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features/tests/MyTestCase.php
blob: 682462fe847944a51be58c5964c5903a8ddfe7c6 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

class MyTestCase extends PradoGenericSelenium2Test
{
	function test1()
	{
		$this->url('http://127.0.0.1');
		$this->assertTextNotPresent('asd');
	}
}