Update tests
This commit is contained in:
@ -3,8 +3,8 @@ use PHPUnit\Framework\TestCase;
|
||||
use App\Service\Auth;
|
||||
|
||||
class ServiceTest extends TestCase {
|
||||
protected $service;
|
||||
public function setUp() {
|
||||
public function testLoad() {
|
||||
$this->service = new Auth();
|
||||
$this->assertTrue($this->service != false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user