File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ public function testPropertyHooksWithDefaultValue()
334334
335335 $ this ->assertSame (321 , $ object ->backedIntWithDefault );
336336 $ this ->assertSame ('321 ' , $ object ->backedStringWithDefault );
337- $ this ->assertSame ( false , $ object ->backedBoolWithDefault );
337+ $ this ->assertFalse ( $ object ->backedBoolWithDefault );
338338 $ this ->assertTrue ($ initialized );
339339
340340 $ initialized = false ;
@@ -347,7 +347,7 @@ public function testPropertyHooksWithDefaultValue()
347347 $ this ->assertTrue ($ initialized );
348348 $ this ->assertSame (654 , $ object ->backedIntWithDefault );
349349 $ this ->assertSame ('654 ' , $ object ->backedStringWithDefault );
350- $ this ->assertSame ( true , $ object ->backedBoolWithDefault );
350+ $ this ->assertTrue ( $ object ->backedBoolWithDefault );
351351 }
352352
353353 /**
You can’t perform that action at this time.
0 commit comments