Pantheon\Terminus\UnitTests\Commands\Import\DatabaseCommandTest::setup PHP Method

setup() protected method

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