Symfony\Component\DomCrawler\Tests\FormTest::testFormFieldRegistryGetThrowAnExceptionWhenTheFieldDoesNotExist PHP Method

testFormFieldRegistryGetThrowAnExceptionWhenTheFieldDoesNotExist() public method

    public function testFormFieldRegistryGetThrowAnExceptionWhenTheFieldDoesNotExist()
    {
        $registry = new FormFieldRegistry();
        $registry->get('foo');
    }