AuthRulesTest::getSupportServicesEventType PHP Method

getSupportServicesEventType() private method

    private function getSupportServicesEventType()
    {
        return ComponentStubGenerator::generate('EventType', array('disabled' => false, 'support_services' => true));
    }
AuthRulesTest