From b1acf49bc364f31b615c13687b8db85ae5a10158 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sun, 14 Mar 2010 13:43:17 +0100 Subject: [PATCH] Unit testing. Signed-off-by: Florent Bruneau --- core | 2 +- include/test.inc.php | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 include/test.inc.php diff --git a/core b/core index 536fc7f..75efac4 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 536fc7f7d2c9880d4c61469bcee6daaee73afaf5 +Subproject commit 75efac4b00b47f2700d95f48cba1ed3fbb56435a diff --git a/include/test.inc.php b/include/test.inc.php new file mode 100644 index 0000000..9d9b592 --- /dev/null +++ b/include/test.inc.php @@ -0,0 +1,32 @@ + -- 2.1.4