summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.php
blob: 0abd8eb5f825e52bf8aa1ad0f4e19d75494f56ab (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

class NullStateTest extends TPage
{
	public function btnTest_OnCallback($sender,$param)
	{
		$this->lblTest->Text = "Testing";
	}
}

?>