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

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

?>