Esempio n. 1
0
 public function testAllWithNonexistantIndexShouldReturnEmptyArray()
 {
     $this->config->clear();
     $this->assertEquals([], $this->config->all('indexdoesnotexist'));
 }