Doctrine\Tests\OXM\Types\TypeTest::testAddTypeExists PHP Méthode

testAddTypeExists() public méthode

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