Doctrine\Tests\ODM\CouchDB\Types\MixedTypeTest::testRegisteredInstance PHP Method

testRegisteredInstance() public method

    public function testRegisteredInstance()
    {
        $this->assertInstanceOf('Doctrine\\ODM\\CouchDB\\Types\\MixedType', $this->type);
    }