diff options
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php')
-rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php index 5607dea8..9b5a05f7 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php @@ -16,6 +16,11 @@ class TInPlaceTextBoxTest extends TPage {
$this->label1->Text = "hahahaha";
}
+
+ function NewPackageSubject($sender, $param)
+ {
+ throw new TException('Exist');
+ }
}
?>
\ No newline at end of file |