We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe402bc commit ba8958fCopy full SHA for ba8958f
test/Exercise/PhpGetsAPromotionTest.php
@@ -84,7 +84,7 @@ public function testBadPropertyPromotion(): void
84
$this->assertResultsHasFailure(Failure::class, 'Property "config" should not be promoted');
85
}
86
87
- public function testFaliureIfPropertiesChangeType(): void
+ public function testFailureIfPropertiesChangeType(): void
88
{
89
$this->runExercise('solution-type-mutated.php');
90
0 commit comments