예제 #1
0
 public function testGetAll()
 {
     $this->mockEngineMethod('getAll')->willReturn(true);
     $this->assertTrue(Config::getAll());
 }