summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket54TestCase.php
blob: 1698f1cb8e9889fddf28f031af0dea704452af9f (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|", "");
	}
}

?>