7 require_once
__DIR__ .
'/../../../../app/bootstrap.php';
9 use Symfony\Component\Console\Input\StringInput;
10 use Symfony\Component\Console\Output\NullOutput;
12 if (isset($_GET[
'command'])) {
13 $command = urldecode($_GET[
'command']);
17 $input =
new StringInput($command);
18 $input->setInteractive(
false);
22 throw new \InvalidArgumentException(
"Command GET parameter is not set.");
defined('TESTS_BP')||define('TESTS_BP' __DIR__
static createObjectManagerFactory($rootDir, array $initParams)
$magentoObjectManagerFactory