Pantheon\Terminus\UnitTests\Commands\Connection\SetCommandTest::setup PHP Method

setup() protected method

protected setup ( )
    protected function setup()
    {
        parent::setUp();
        $this->command = new SetCommand($this->getConfig());
        // use the basic mocks from CommandTestCase
        $this->command->setSites($this->sites);
        $this->command->setLogger($this->logger);
    }