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 deb760e commit b8760b3Copy full SHA for b8760b3
dev/tests/integration/bin/magento
@@ -33,7 +33,7 @@ try {
33
try {
34
$handler = new \Magento\Framework\App\ErrorHandler();
35
set_error_handler([$handler, 'handler']);
36
- if ($_SERVER['INTEGRATION_TESTS_CLI_AUTOLOADER']) {
+ if (isset($_SERVER['INTEGRATION_TESTS_CLI_AUTOLOADER'])) {
37
$application = new CliProxy('Magento CLI');
38
} else {
39
$application = new Cli('Magento CLI');
0 commit comments