summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket897.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2014-02-10 09:41:31 +0100
committerFabio Bas <ctrlaltca@gmail.com>2014-02-10 09:41:31 +0100
commitf35d43399a9ce03f08ffa326812bc5ed6764ef9e (patch)
treea27b36d48835f584b10bb8fc5132309da1337c81 /tests/FunctionalTests/tickets/protected/pages/Ticket897.php
parent20dee7ffd329bb595c56b592c30b269b226fea5c (diff)
Ported some tests to jQuery
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket897.php')
-rwxr-xr-xtests/FunctionalTests/tickets/protected/pages/Ticket897.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket897.php b/tests/FunctionalTests/tickets/protected/pages/Ticket897.php
index 358572bc..ec39d1b7 100755
--- a/tests/FunctionalTests/tickets/protected/pages/Ticket897.php
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket897.php
@@ -1,8 +1,8 @@
<?php
class Ticket897 extends TPage {
-
+
public function onButtonClicked($sender, $param) {
$this->Output->Text = date('Y-m-d', $this->Date->TimeStamp);
}
-
+
}