コード例 #1
0
 /**
  * @covers \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection::getData
  */
 public function testGetData()
 {
     $this->assertNotEmpty($this->_collection->getData());
 }