From e1cfbbc7ae766fe41e8d131d9700e7a2fdcbe105 Mon Sep 17 00:00:00 2001 From: Aldarien Date: Thu, 26 Dec 2019 14:15:26 -0300 Subject: [PATCH] Initial tests --- tests/ContractTest.php | 6 ++++++ tests/ServiceTest.php | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 tests/ContractTest.php create mode 100644 tests/ServiceTest.php diff --git a/tests/ContractTest.php b/tests/ContractTest.php new file mode 100644 index 0000000..c7f89ae --- /dev/null +++ b/tests/ContractTest.php @@ -0,0 +1,6 @@ +service = new Auth(); + } +}