コード例 #1
0
 public function testGetAllNoData()
 {
     $this->loader->expects($this->exactly(2))->method('load')->willReturn([]);
     $this->setLoadConfigExpectation(false);
     $this->assertEquals([], $this->model->getAll());
     $this->assertEquals([], $this->model->getAll());
 }