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 760bb52 commit e9f65d6Copy full SHA for e9f65d6
dev/tests/static/testsuite/Magento/Test/Integrity/ClassesTest.php
@@ -290,7 +290,7 @@ 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 ($relativePath == "/dev/tests/static/testsuite/Magento/Test/Integrity/ClassesTest.php") {
+ if (preg_match('/\/dev\/tests\/static\/testsuite\/Magento\/Test\/Integrity\/ClassesTest.php$/', $relativePath)) {
294
return;
295
}
296
$contents = file_get_contents($file);
0 commit comments