From 2193665473e8ddbda735c263a4455a1b76b0b317 Mon Sep 17 00:00:00 2001 From: mikl <> Date: Sun, 13 Apr 2008 20:23:22 +0000 Subject: Added test page for #695 --- .gitattributes | 2 ++ tests/FunctionalTests/tickets/protected/pages/Ticket695.page | 7 +++++++ tests/FunctionalTests/tickets/protected/pages/Ticket695.php | 8 ++++++++ 3 files changed, 17 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket695.page create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket695.php diff --git a/.gitattributes b/.gitattributes index ee84a256..525847be 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3009,6 +3009,8 @@ tests/FunctionalTests/tickets/protected/pages/Ticket679.page -text tests/FunctionalTests/tickets/protected/pages/Ticket679.php -text tests/FunctionalTests/tickets/protected/pages/Ticket68.page -text tests/FunctionalTests/tickets/protected/pages/Ticket691.page -text +tests/FunctionalTests/tickets/protected/pages/Ticket695.page -text +tests/FunctionalTests/tickets/protected/pages/Ticket695.php -text tests/FunctionalTests/tickets/protected/pages/Ticket703/Logs/LogFile.txt -text tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.page -text tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.php -text diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket695.page b/tests/FunctionalTests/tickets/protected/pages/Ticket695.page new file mode 100644 index 00000000..884be053 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket695.page @@ -0,0 +1,7 @@ + + +
+
+Callbacks: + +
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket695.php b/tests/FunctionalTests/tickets/protected/pages/Ticket695.php new file mode 100644 index 00000000..205b01c0 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket695.php @@ -0,0 +1,8 @@ +X->Text=$this->X->Text+1; + } +} +?> -- cgit v1.2.3