コード例 #1
0
ファイル: CollectionTest.php プロジェクト: nemphys/magento2
 /**
  * Test toArray method
  *
  * @covers Mage_DesignEditor_Model_Change_Collection::toArray
  */
 public function testToArray()
 {
     $this->assertInternalType('array', $this->_model->toArray());
 }