public function testHas() { $this->mockEngineMethod('has')->with('name')->willReturn(true); $this->assertTrue(Config::has('name')); }