Pantheon\Terminus\UnitTests\Commands\Site\Team\RemoveCommandTest::setUp PHP Method

setUp() protected method

Setup the test fixture.
protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->command = new RemoveCommand($this->getConfig());
        $this->command->setLogger($this->logger);
        $this->command->setSites($this->sites);
    }