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

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

?>