From 80bdd6761b6c7d7b78a15783741886a6d7c5efc3 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 7 Mar 2013 09:46:01 +0000 Subject: [PATCH] Start of unit tests Tests 4 things for now - opening, updating, saving & closing Needs a lot of refining, but the basics of testing and also waiting for tests to return and failing after 10 secs of waiting are all there --- test/index.php | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 test/index.php diff --git a/test/index.php b/test/index.php new file mode 100644 index 0000000..fbcd83d --- /dev/null +++ b/test/index.php @@ -0,0 +1,99 @@ + + + + + + + + + + + + \ No newline at end of file