Skip to content

Commit 5261d4e

Browse files
committed
Merge remote-tracking branch 'origin/static-tests-in-modules' into 2.3-develop-fast-lane-prs
2 parents 4e2b601 + da59e48 commit 5261d4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/tests/static/framework/autoload.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66

77
use \Magento\Framework\App\Filesystem\DirectoryList;
88

9+
//phpcs:ignore Magento2.Functions.DiscouragedFunction
910
$baseDir = realpath(__DIR__ . '/../../../../');
11+
// phpcs:ignore Magento2.Security.IncludeFile.FoundIncludeFile
1012
require $baseDir . '/app/autoload.php';
13+
// phpcs:ignore Magento2.Security.IncludeFile.FoundIncludeFile
1114
require $baseDir . '/vendor/squizlabs/php_codesniffer/autoload.php';
1215
$testsBaseDir = $baseDir . '/dev/tests/static';
1316
$autoloadWrapper = \Magento\Framework\Autoload\AutoloaderRegistry::getAutoloader();
@@ -17,6 +20,7 @@
1720
[
1821
$testsBaseDir . '/framework/Magento/TestFramework/',
1922
$testsBaseDir . '/../integration/framework/Magento/TestFramework/',
23+
$testsBaseDir . '/../api-functional/framework/Magento/TestFramework/',
2024
]
2125
);
2226
$autoloadWrapper->addPsr4('Magento\\CodeMessDetector\\', $testsBaseDir . '/framework/Magento/CodeMessDetector');

0 commit comments

Comments
 (0)