Skip to content

Commit 042f055

Browse files
MCP-996
LegacyFixtureTest should not be checking Performance Fixtures
1 parent cb9a78f commit 042f055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/LegacyFixtureTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public function testNew(): void
3434
|| (
3535
strpos($file, 'dev/tests/') === false
3636
&& preg_match('/app\/code\/.*\/Test.*\/(_files|Fixtures)/', $file)
37+
&& !preg_match('/app\/code\/.*\/Tests?\/Performance\/(_files|Fixtures)/', $file)
3738
)
3839
)
3940
) {

0 commit comments

Comments
 (0)