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

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->command = new StatusCommand();
        $this->command->setSites($this->sites);
    }
StatusCommandTest