We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b05a8 commit 525957fCopy full SHA for 525957f
tests/LinterTest.php
@@ -158,6 +158,6 @@ public static function invalidProvider(): array {
158
public function testInvalid(string $expression, array $expectedErrors): void {
159
$errors = CronLinter::lintContent($expression);
160
$this->assertCount(count($expectedErrors), $errors);
161
- $this->assertEquals($expectedErrors, $errors);
+ $this->assertSame($expectedErrors, $errors);
162
}
163
0 commit comments