コード例 #1
0
 public function testGetFloat()
 {
     $this->mockEngineMethod('getFloat')->with('name', 'default')->willReturn(true);
     $this->assertTrue(Config::getFloat('name', 'default'));
 }