Doctrine\Tests\ODM\CouchDB\Types\TypeTest::testAddExistantType PHP Method

testAddExistantType() public method

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