diff --git a/tests/ContractTest.php b/tests/ContractTest.php index c7f89ae..eb7f558 100644 --- a/tests/ContractTest.php +++ b/tests/ContractTest.php @@ -1,6 +1,9 @@ service = new Auth(); + $this->assertTrue($this->service != false); } }