AuthRulesTest::getSupportServicesEpisode PHP Method

getSupportServicesEpisode() private method

    private function getSupportServicesEpisode()
    {
        return $this->getEpisode(array('support_services' => true));
    }
AuthRulesTest