summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/protected/pages/Tickets/Ticket_27.php
blob: 2c4e1bfb1776ebcab5df6a6fe50e06086cd64627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

class Ticket_27 extends TPage
{


}

class Ticket_27_TestCase extends SeleniumTestCase
{

	function test()
	{
		$this->open($this->getPage($this));
	}
}

?>