summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket284.php
blob: 332789ffdc8a2f778267c7c2af398f0d31a1080a (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

class Ticket284 extends TPage
{
	function checkUserAvailability()
	{
		
	}
}

?>