DataSift\Storyplayer\Cli\ShowTestEnvironment_Command::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        // define the command
        $this->setName('show-test-environment');
        $this->setShortDescription('display the default test environment');
        $this->setLongDescription("Use this command to see what Storyplayer will use as the default " . "environment to test against." . PHP_EOL . PHP_EOL . "This command mostly exists to assist tab-completion scripts for UNIX shells.");
    }
ShowTestEnvironment_Command