From c3066e6f015edd84f24b052574340a0a97133d9c Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 29 Oct 2013 15:03:59 +0100 Subject: [PATCH] [feature/tests] Add simple function test --- tests/functions/simple_test.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/functions/simple_test.php diff --git a/tests/functions/simple_test.php b/tests/functions/simple_test.php new file mode 100644 index 00000000..7560d50e --- /dev/null +++ b/tests/functions/simple_test.php @@ -0,0 +1,19 @@ +assertEquals('
woot
', ap_validate('
woot
')); + } + +}