public function FormatterTest::testUnparsableNumber in Telephone Formatter 8
Valid national number but missing region code.
::covers format.
@expectedException \libphonenumber\NumberParseException
File
- tests/
src/ Unit/ FormatterTest.php, line 63
Class
- FormatterTest
- Formatter test.
Namespace
Drupal\Tests\telephone_formatter\UnitCode
public function testUnparsableNumber() {
$this->formatterService
->format('98765432', PhoneNumberFormat::NATIONAL);
}