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

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