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 df27f99 commit 2b80b9eCopy full SHA for 2b80b9e
dev/tests/static/testsuite/Magento/Test/Integrity/ClassesTest.php
@@ -290,7 +290,12 @@ public function testClassReferences()
290
function ($file) {
291
$relativePath = str_replace(BP, "", $file);
292
// Due to the examples given with the regex patterns, we skip this test file itself
293
- if (preg_match('/\/dev\/tests\/static\/testsuite\/Magento\/Test\/Integrity\/ClassesTest.php$/', $relativePath)) {
+ if (
294
+ preg_match(
295
+ '/\/dev\/tests\/static\/testsuite\/Magento\/Test\/Integrity\/ClassesTest.php$/',
296
+ $relativePath
297
+ )
298
+ ) {
299
return;
300
}
301
$contents = file_get_contents($file);
0 commit comments