diff options
author | wei <> | 2005-12-11 00:07:50 +0000 |
---|---|---|
committer | wei <> | 2005-12-11 00:07:50 +0000 |
commit | ba423d5eee055002345ee88b748d91f5f1d06c4e (patch) | |
tree | 9a8926c96b887b3ee1ae4d73a087b27bb179e8c6 /tests/FunctionalTests/framework/Web/UI | |
parent | 5ecce1f03a230da31fddc91008e76978ef90fa78 (diff) |
Throws "Fatal error: Exception thrown without a stack frame in Unknown on line 0"
Diffstat (limited to 'tests/FunctionalTests/framework/Web/UI')
-rw-r--r-- | tests/FunctionalTests/framework/Web/UI/testTButton.php | 5 |
1 files changed, 4 insertions, 1 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; + } } |