Doctrine\Tests\OXM\Types\ObjectTest::testObjectConvertsToPHPValue PHP 메소드

testObjectConvertsToPHPValue() 공개 메소드

    public function testObjectConvertsToPHPValue()
    {
        $this->assertInternalType('object', $this->_type->convertToPHPValue(serialize(new \stdClass())));
    }