Exemplo n.º 1
0
 public function testGetIntervalsWithoutSpecifiedInterval()
 {
     $this->assertEquals(0, $this->_model->getSize());
 }
Exemplo n.º 2
0
 /**
  * @return void
  */
 public function testLoadData()
 {
     $this->assertInstanceOf('\\Magento\\Reports\\Model\\Resource\\Report\\Collection', $this->collection->loadData());
 }
Exemplo n.º 3
0
 public function testGetIntervalsWithoutSpecifiedInterval()
 {
     $this->_factoryMock->expects($this->never())->method('create');
     $this->assertEquals(0, $this->_model->getSize());
 }