Skip to content

Commit be2ce2c

Browse files
authored
Temporarily remove mutation testing (#80)
* Update RegisterControllerTest.php * Update LoginControllerTest.php
1 parent 10f212b commit be2ce2c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/Feature/Controllers/LoginControllerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
use function Pest\Laravel\get;
1212
use function Pest\Laravel\post;
1313

14-
covers(App\Http\Controllers\LoginController::class);
15-
1614
describe('Users', function () {
1715
test("Can't access the login page", function () {
1816
actingAs(User::factory()->create())

tests/Feature/Controllers/RegisterControllerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
use function Pest\Laravel\get;
1313
use function Pest\Laravel\post;
1414

15-
covers(App\Http\Controllers\RegisterController::class);
16-
1715
describe('Users', function () {
1816
test("Can't access the register page", function () {
1917
actingAs(User::factory()->create())

0 commit comments

Comments
 (0)