PhpBench\Tests\Unit\Formatter\FormatRegistryTest::testUnknownFormatter PHP Method

testUnknownFormatter() public method

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