示例#1
0
 public function testReset()
 {
     Conf::reset();
     $this->assertEmpty(Conf::all());
 }