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 cb9a78f commit 042f055Copy full SHA for 042f055
dev/tests/static/testsuite/Magento/Test/Legacy/LegacyFixtureTest.php
@@ -34,6 +34,7 @@ public function testNew(): void
34
|| (
35
strpos($file, 'dev/tests/') === false
36
&& preg_match('/app\/code\/.*\/Test.*\/(_files|Fixtures)/', $file)
37
+ && !preg_match('/app\/code\/.*\/Tests?\/Performance\/(_files|Fixtures)/', $file)
38
)
39
40
) {
0 commit comments