Update tests
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
<?php
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use App\contract\Auth;
|
||||
|
||||
class ContractTest extends TestCase {
|
||||
public function test
|
||||
public function testContract() {
|
||||
Auth::logout();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user