예제 #1
0
 public function testimportFile()
 {
     $this->mockenginemethod('importFile')->with('path');
     Config::importFile('path');
 }