Skip to content

Commit 7a7ae69

Browse files
committed
Fixed typos.
1 parent 4d63301 commit 7a7ae69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Database/DatabaseEloquentModelTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ public function testGlobalGuarded()
759759
}
760760

761761

762-
public function testUnguaredRunsCallbackWhileBeingUnguarded()
762+
public function testUnguardedRunsCallbackWhileBeingUnguarded()
763763
{
764764
$model = Model::unguarded(function() {
765765
return (new EloquentModelStub)->guard(['*'])->fill(['name' => 'Taylor']);
@@ -769,7 +769,7 @@ public function testUnguaredRunsCallbackWhileBeingUnguarded()
769769
}
770770

771771

772-
public function testUnguaredCallDoesNotChangeUnguardedState()
772+
public function testUnguardedCallDoesNotChangeUnguardedState()
773773
{
774774
Model::unguard();
775775
$model = Model::unguarded(function() {

0 commit comments

Comments
 (0)