Reorganize and enhance tests

This commit is contained in:
Bubka
2021-11-22 01:09:54 +01:00
parent eea7cec043
commit 45b835bbd5
24 changed files with 1417 additions and 1150 deletions

View File

@ -7,6 +7,10 @@ use App\Group;
use Tests\FeatureTestCase;
use App\TwoFAccount;
/**
* @covers \App\Api\v1\Controllers\SettingController
*/
class SettingControllerTest extends FeatureTestCase
{
/**