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

class Ticket54TestCase extends SeleniumTestCase
{
	function test()
	{
		$this->open('tickets/index.php?page=Ticket54');
		$this->verifyTextPresent("|A|a|B|b|C|", "");
	}
}

?>