PHP Class Behat\Testwork\Cli\DebugCommand

Author: Konstantin Kudryashov ([email protected])
Inheritance: extends Symfony\Component\Console\Command\Command
Datei anzeigen Open project: behat/behat

Public Methods

Method Description
__construct ( Application $application, ConfigurationLoader $configurationLoader, ExtensionManager $extensionManager ) Initialises command.

Protected Methods

Method Description
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

__construct() public method

Initialises command.
public __construct ( Application $application, ConfigurationLoader $configurationLoader, ExtensionManager $extensionManager )
$application Application
$configurationLoader Behat\Testwork\ServiceContainer\Configuration\ConfigurationLoader
$extensionManager Behat\Testwork\ServiceContainer\ExtensionManager

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface