Behat\Testwork\Cli\Application::loadConfiguration PHP Method

loadConfiguration() private method

Configures container based on provided config file and profile.
private loadConfiguration ( Symfony\Component\Console\Input\InputInterface $input ) : array
$input Symfony\Component\Console\Input\InputInterface
return array
    private function loadConfiguration(InputInterface $input)
    {
        $profile = $input->getParameterOption(array('--profile', '-p')) ?: 'default';
        return $this->configurationLoader->loadConfiguration($profile);
    }