Pantheon\Terminus\UnitTests\Commands\Site\CompleteCommandTest::setup PHP Method

setup() protected method

protected setup ( )
    protected function setup()
    {
        parent::setUp();
        $this->command = new CompleteCommand($this->getConfig());
        $this->command->setSites($this->sites);
        $this->command->setLogger($this->logger);
    }