Pantheon\Terminus\UnitTests\Commands\NewRelic\EnableCommandTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->command = new EnableCommand();
        $this->command->setSites($this->sites);
        $this->command->setLogger($this->logger);
    }
EnableCommandTest