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

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