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 ecf3237 commit 39d7913Copy full SHA for 39d7913
tests/Functional/Sniffs/Rdss/Standards/ZooRoyal/Sniffs/Safe/CheckSafeFunctionUsageSniffTest.php
@@ -70,7 +70,7 @@ public function itShouldReportErrorsForNotImportedSafeMethods(): void
70
'/ZooRoyal\.Safe\.CheckSafeFunctionUsage\.FunctionNotImported/',
71
$output,
72
);
73
- self::assertMatchesRegularExpression('/Function \'scandir\' is not imported from Safe! Add \'use/', $output);
+ self::assertMatchesRegularExpression('/Function \'scandir\' not imported from Safe!/', $output);
74
self::assertMatchesRegularExpression('/function Safe\\\\scandir;\' to your uses\./', $output);
75
}
76
0 commit comments