Complete Unit, Feature and Api tests

This commit is contained in:
Bubka
2021-11-30 17:39:33 +01:00
parent 054b8a2c21
commit 8b0871e8ba
26 changed files with 1646 additions and 47 deletions

View File

@@ -10,6 +10,7 @@ use App\TwoFAccount;
/**
* @covers \App\Api\v1\Controllers\GroupController
* @covers \App\Api\v1\Resources\GroupResource
*/
class GroupControllerTest extends FeatureTestCase
{