コード例 #1
0
ファイル: DesignTest.php プロジェクト: relue/magento2
 public function testCollection()
 {
     $collection = $this->_model->getCollection()->joinStore()->addDateFilter();
     /**
      * @todo fix and add addStoreFilter method
      */
     $this->assertEmpty($collection->getItems());
 }