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

class Ticket463TestCase extends PradoGenericSelenium2Test
{
	function test()
	{
		$this->url('tickets/index.php?page=Ticket463');
		$this->verifyTitle("Verifying Ticket 463", "");
		$this->assertTextPresent('May 1, 2005 12:00:00 AM');
	}
}