Ejemplo n.º 1
0
 /**
  * Test toArray method
  *
  * @covers Mage_DesignEditor_Model_Change_Collection::toArray
  */
 public function testToArray()
 {
     $this->assertInternalType('array', $this->_model->toArray());
 }