Skip to content

Commit 39d7913

Browse files
committed
fixing broken tests?
1 parent ecf3237 commit 39d7913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/Sniffs/Rdss/Standards/ZooRoyal/Sniffs/Safe/CheckSafeFunctionUsageSniffTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function itShouldReportErrorsForNotImportedSafeMethods(): void
7070
'/ZooRoyal\.Safe\.CheckSafeFunctionUsage\.FunctionNotImported/',
7171
$output,
7272
);
73-
self::assertMatchesRegularExpression('/Function \'scandir\' is not imported from Safe! Add \'use/', $output);
73+
self::assertMatchesRegularExpression('/Function \'scandir\' not imported from Safe!/', $output);
7474
self::assertMatchesRegularExpression('/function Safe\\\\scandir;\' to your uses\./', $output);
7575
}
7676
}

0 commit comments

Comments
 (0)