Doctrine\Tests\OXM\Types\DateTest::testDateConvertsToPHPValue PHP Method

testDateConvertsToPHPValue() public method

    public function testDateConvertsToPHPValue()
    {
        // Birthday of jwage and also birthday of Doctrine. Send him a present ;)
        $this->assertInstanceOf('\\DateTime', $this->_type->convertToPHPValue('1985-09-01'));
    }