diff options
Diffstat (limited to 'tests/FunctionalTests')
-rw-r--r-- | tests/FunctionalTests/framework/Web/UI/testTButton.php | 5 | ||||
-rw-r--r-- | tests/FunctionalTests/tests.php | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/tests/FunctionalTests/framework/Web/UI/testTButton.php b/tests/FunctionalTests/framework/Web/UI/testTButton.php index eb4c4987..46da58fe 100644 --- a/tests/FunctionalTests/framework/Web/UI/testTButton.php +++ b/tests/FunctionalTests/framework/Web/UI/testTButton.php @@ -2,7 +2,10 @@ class testTButton extends TPage { - + function onLoad($param) + { + $this->button2; + } } diff --git a/tests/FunctionalTests/tests.php b/tests/FunctionalTests/tests.php index 4e3c83d8..34edd870 100644 --- a/tests/FunctionalTests/tests.php +++ b/tests/FunctionalTests/tests.php @@ -4,7 +4,7 @@ require_once(dirname(__FILE__).'/../../framework/prado.php'); require_once(dirname(__FILE__).'/config.php'); -$application=new TApplication(dirname(__FILE__).'/framework/application.xml'); +$application=new TApplication(dirname(__FILE__).'/framework/application.xmla'); $application->run(); ?>
\ No newline at end of file |