Doctrine\Tests\OXM\Types\ArrayTest::testArrayConvertsToPHPValue PHP Method

testArrayConvertsToPHPValue() public method

    public function testArrayConvertsToPHPValue()
    {
        $this->assertTrue(is_array($this->_type->convertToPHPValue(serialize(array()))));
    }