Doctrine\Tests\OXM\Types\ObjectTest::testObjectConvertsToPHPValue PHP Méthode

testObjectConvertsToPHPValue() public méthode

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