Doctrine\Tests\OXM\Types\ArrayTest::testArrayConvertsToPHPValue PHP Méthode

testArrayConvertsToPHPValue() public méthode

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