Doctrine\Tests\OXM\Mapping\ClassMetadataInfoTest::itShouldThrowExceptionsOnUnknownNodeType PHP Method

itShouldThrowExceptionsOnUnknownNodeType() public method

    public function itShouldThrowExceptionsOnUnknownNodeType()
    {
        $class = new ClassMetadataInfo('Doctrine\\Tests\\OXM\\Mapping\\Entity');
        $class->mapField(array('fieldName' => 'squibble', 'type' => 'string', 'node' => 'fleet'));
    }