File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ public function testOffsetUnset()
280280 $ this ->assertNull ($ this ->repository ->get ('associate ' ));
281281 }
282282
283- public function testsItIsMacroable ()
283+ public function testItIsMacroable ()
284284 {
285285 $ this ->repository ->macro ('foo ' , function () {
286286 return 'macroable ' ;
Original file line number Diff line number Diff line change @@ -3223,7 +3223,7 @@ public function testCastsMethodIsTakenInConsiderationOnSerialization()
32233223 $ this ->assertEquals (1 , $ model ->getAttribute ('duplicatedAttribute ' ));
32243224 }
32253225
3226- public function testsCastOnArrayFormatWithOneElement ()
3226+ public function testCastOnArrayFormatWithOneElement ()
32273227 {
32283228 $ model = new EloquentModelCastingStub ;
32293229 $ model ->setRawAttributes ([
You can’t perform that action at this time.
0 commit comments