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

setup() protected method

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