PhpBench\Tests\Unit\Formatter\FormatRegistryTest::testUnknownFormatter PHP Метод

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

It should throw an exception if an unknown formatter is requiested.
    public function testUnknownFormatter()
    {
        $this->registry->get('hello');
    }