Neos\Flow\Tests\Unit\I18n\LocaleTest::theConstructorThrowsAnExceptionOnPassingAInvalidLocaleIdentifiers PHP Method

theConstructorThrowsAnExceptionOnPassingAInvalidLocaleIdentifiers() public method

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