Neos\Flow\Tests\Features\Bootstrap\SubProcess\SubProcess::__construct PHP Метод

__construct() публичный Метод

public __construct ( ApplicationContext $context )
$context Neos\Flow\Core\ApplicationContext
    public function __construct(ApplicationContext $context)
    {
        $this->context = $context;
        $this->execute('');
        // Flush response pipe
        $this->getSubProcessResponse();
    }