We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d63301 commit 7a7ae69Copy full SHA for 7a7ae69
1 file changed
tests/Database/DatabaseEloquentModelTest.php
@@ -759,7 +759,7 @@ public function testGlobalGuarded()
759
}
760
761
762
- public function testUnguaredRunsCallbackWhileBeingUnguarded()
+ public function testUnguardedRunsCallbackWhileBeingUnguarded()
763
{
764
$model = Model::unguarded(function() {
765
return (new EloquentModelStub)->guard(['*'])->fill(['name' => 'Taylor']);
@@ -769,7 +769,7 @@ public function testUnguaredRunsCallbackWhileBeingUnguarded()
769
770
771
772
- public function testUnguaredCallDoesNotChangeUnguardedState()
+ public function testUnguardedCallDoesNotChangeUnguardedState()
773
774
Model::unguard();
775
0 commit comments