Doctrine\Tests\OXM\Types\ObjectTest::testObjectConvertsToPHPValue PHP Method

testObjectConvertsToPHPValue() public method

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