Doctrine\Tests\OXM\Types\DateTest::testDateConvertsToPHPValue PHP Метод

testDateConvertsToPHPValue() публичный Метод

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