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);
    }