summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket54TestCase.php
blob: 89a2e7212eba5d235f7b2a925519032eac805b78 (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->assertSourceContains("|A|a|B|b|C|");
	}
}