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

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

?>