Doctrine\Tests\OXM\Types\TypeTest::testAddTypeExists PHP Method

testAddTypeExists() public method

public testAddTypeExists ( )
    public function testAddTypeExists()
    {
        Type::addType('string', 'Doctrine\\Tests\\Mocks\\TypeMock');
    }