From 095549be9f744b51c9552cbb695fa07552066f90 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Tue, 10 Aug 2021 19:18:02 +0100 Subject: [PATCH] test: add 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..7077139 --- /dev/null +++ b/tests/exampleTest.php @@ -0,0 +1,13 @@ +assertEquals(3, $result); + } +} +