Neos\Flow\Tests\Unit\I18n\LocaleTest::theConstructorThrowsAnExceptionOnPassingAInvalidLocaleIdentifiers PHP Méthode

theConstructorThrowsAnExceptionOnPassingAInvalidLocaleIdentifiers() public méthode

    public function theConstructorThrowsAnExceptionOnPassingAInvalidLocaleIdentifiers($invalidIdentifier)
    {
        new I18n\Locale($invalidIdentifier);
    }