summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket463TestCase.php
blob: 51b27b873317b040169851e5e89ba135e3c7f793 (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');
	}
}

?>