summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket246TestCase.php
blob: bedd6e2cb93adcdba5418d40ff03676703320200 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

class Ticket246TestCase extends PradoGenericSeleniumTest
{
	function test()
	{
		$this->open('tickets/index.php?page=Ticket246');
		$this->assertTitle('Verifying Ticket 246');
	}
}