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

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