Pantheon\Terminus\UnitTests\Commands\Site\SiteCommandTest::setup PHP Метод

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

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