From f4925fce58f1827515ced2c32bb12f2aa977a1f2 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 28 Nov 2006 23:34:00 +0000 Subject: Make simpletest E_STRICT compatible --- .../FunctionalTests/tickets/protected/pages/Ticket463.page | 3 +++ tests/FunctionalTests/tickets/tests/Ticket463TestCase.php | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket463.page create mode 100644 tests/FunctionalTests/tickets/tests/Ticket463TestCase.php (limited to 'tests/FunctionalTests') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket463.page b/tests/FunctionalTests/tickets/protected/pages/Ticket463.page new file mode 100644 index 00000000..1cec6485 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket463.page @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket463TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket463TestCase.php new file mode 100644 index 00000000..51b27b87 --- /dev/null +++ b/tests/FunctionalTests/tickets/tests/Ticket463TestCase.php @@ -0,0 +1,13 @@ +open('tickets/index.php?page=Ticket463'); + $this->verifyTitle("Verifying Ticket 463", ""); + $this->assertTextPresent('May 1, 2005 12:00:00 AM'); + } +} + +?> \ No newline at end of file -- cgit v1.2.3