1
0
mirror of synced 2024-11-24 05:46:08 +03:00
service-bundle/Tests/Fixtures/bin/console

10 lines
327 B
Plaintext
Raw Normal View History

2021-03-31 11:00:48 +03:00
#!/usr/bin/env php
<?php
require_once __DIR__ . '/../../../vendor/autoload.php';
$input = new Symfony\Component\Console\Input\ArgvInput();
$kernel = new RetailCrm\ServiceBundle\Tests\Fixtures\App\Kernel('test', true);
$application = new Symfony\Bundle\FrameworkBundle\Console\Application($kernel);
$application->run($input);