Pantheon\Terminus\UnitTests\Commands\Connection\SetCommandTest::setup PHP Метод

setup() защищенный Метод

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);
    }