We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cfba6a + d14ee5d commit b6e0180Copy full SHA for b6e0180
test/Unit/RuleSet/AbstractRuleSetTestCase.php
@@ -45,7 +45,7 @@ final public function testDefaults(): void
45
46
self::assertSame($this->name, $ruleSet->name());
47
self::assertEquals($this->rules, $ruleSet->rules());
48
- self::assertEquals($this->targetPhpVersion, $ruleSet->targetPhpVersion());
+ self::assertSame($this->targetPhpVersion, $ruleSet->targetPhpVersion());
49
}
50
51
final public function testRuleSetDoesNotConfigureRuleSets(): void
0 commit comments