def test_normalize(self):
     for number in PHONE_NUMBERS:
         document = Document()
         document.add_country('de')
         analyzer = PhoneNumberAnalyzer()
         analyzer.analyze(document)