Ejemplo n.º 1
0
 public function testCollection()
 {
     $collection = $this->_model->getCollection()->joinStore()->addDateFilter();
     /**
      * @todo fix and add addStoreFilter method
      */
     $this->assertEmpty($collection->getItems());
 }