diff --git a/tests/Controllers/LoginTest.php b/tests/Controllers/LoginTest.php index 542683511..e56392ed1 100644 --- a/tests/Controllers/LoginTest.php +++ b/tests/Controllers/LoginTest.php @@ -118,7 +118,7 @@ public function testLoginActionUsernameSuccess(): void Time::setTestNow('March 10, 2017', 'America/Chicago'); // Change the validation rules - $config = new class () extends Validation { + $config = new class () extends Validation { public $login = [ 'password' => 'required', ];