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

class Ticket246TestCase extends PradoGenericSelenium2Test
{
	function test()
	{
		$this->url('tickets/index.php?page=Ticket246');
		$this->assertEquals($this->title(), 'Verifying Ticket 246');
	}
}