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

testRegisteredInstance() public method

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