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 acd6691 commit da59e48Copy full SHA for da59e48
dev/tests/static/framework/autoload.php
@@ -6,8 +6,11 @@
6
7
use \Magento\Framework\App\Filesystem\DirectoryList;
8
9
+//phpcs:ignore Magento2.Functions.DiscouragedFunction
10
$baseDir = realpath(__DIR__ . '/../../../../');
11
+// phpcs:ignore Magento2.Security.IncludeFile.FoundIncludeFile
12
require $baseDir . '/app/autoload.php';
13
14
require $baseDir . '/vendor/squizlabs/php_codesniffer/autoload.php';
15
$testsBaseDir = $baseDir . '/dev/tests/static';
16
$autoloadWrapper = \Magento\Framework\Autoload\AutoloaderRegistry::getAutoloader();
0 commit comments