From 72ed2d543a0af54ef3a4035bb7d8abfe41dd5c1d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 4 Nov 2019 23:33:44 +0000 Subject: [PATCH] Add an example test --- tests/ExampleTest.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/ExampleTest.php diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php new file mode 100644 index 0000000..100223d --- /dev/null +++ b/tests/ExampleTest.php @@ -0,0 +1,13 @@ +assertTrue(true); + } +}