Neos\Flow\Tests\Unit\I18n\Cldr\Reader\NumbersReaderTest::throwsExceptionWhenUnsupportedFormatsEncountered PHP Метод

throwsExceptionWhenUnsupportedFormatsEncountered() публичный Метод

    public function throwsExceptionWhenUnsupportedFormatsEncountered($format)
    {
        $reader = $this->getAccessibleMock(I18n\Cldr\Reader\NumbersReader::class, ['dummy']);
        $reader->_call('parseFormat', $format);
    }