コード例 #1
0
ファイル: UserTest.php プロジェクト: shabbirvividads/magento2
 public function testGetCollection()
 {
     $this->assertInstanceOf('Magento\\Framework\\Model\\Resource\\Db\\Collection\\AbstractCollection', $this->_model->getCollection());
 }