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

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