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

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