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

?>