summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket463TestCase.php
blob: 14f00970572ad5ed12f51f116d02d27972f8f372 (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->assertEquals("Verifying Ticket 463", $this->title());
		$this->assertContains('May 1, 2005 12:00:00 AM', $this->source());
	}
}