Doctrine\Tests\ODM\CouchDB\Types\TypeTest::testOverwriteNonExistantType PHP 메소드

testOverwriteNonExistantType() 공개 메소드

    public function testOverwriteNonExistantType()
    {
        $this->setExpectedException("Doctrine\\ODM\\CouchDB\\Types\\TypeException");
        Type::overrideType('foobar', 'Doctrine\\ODM\\CouchDB\\Types\\MixedType');
    }