summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket54TestCase.php
blob: cf1433b6d22b4b3cdaec6832cfcf44a20229d120 (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->assertContains("|A|a|B|b|C|", $this->source());
	}
}