Doctrine\Tests\OXM\Mapping\ClassMetadataInfoTest::itShouldThrowExceptionsOnUnknownNodeType PHP 메소드

itShouldThrowExceptionsOnUnknownNodeType() 공개 메소드

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