File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
dev/tests/static/framework Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
use \Magento \Framework \App \Filesystem \DirectoryList ;
8
8
9
+ //phpcs:ignore Magento2.Functions.DiscouragedFunction
9
10
$ baseDir = realpath (__DIR__ . '/../../../../ ' );
11
+ // phpcs:ignore Magento2.Security.IncludeFile.FoundIncludeFile
10
12
require $ baseDir . '/app/autoload.php ' ;
13
+ // phpcs:ignore Magento2.Security.IncludeFile.FoundIncludeFile
11
14
require $ baseDir . '/vendor/squizlabs/php_codesniffer/autoload.php ' ;
12
15
$ testsBaseDir = $ baseDir . '/dev/tests/static ' ;
13
16
$ autoloadWrapper = \Magento \Framework \Autoload \AutoloaderRegistry::getAutoloader ();
17
20
[
18
21
$ testsBaseDir . '/framework/Magento/TestFramework/ ' ,
19
22
$ testsBaseDir . '/../integration/framework/Magento/TestFramework/ ' ,
23
+ $ testsBaseDir . '/../api-functional/framework/Magento/TestFramework/ ' ,
20
24
]
21
25
);
22
26
$ autoloadWrapper ->addPsr4 ('Magento \\CodeMessDetector \\' , $ testsBaseDir . '/framework/Magento/CodeMessDetector ' );
You can’t perform that action at this time.
0 commit comments