コード例 #1
0
 protected function createMatcher()
 {
     return \Hamcrest\Type\IsDouble::doubleValue();
 }
コード例 #2
0
 /**
  * Is the value a float/double?
  */
 function floatValue()
 {
     return \Hamcrest\Type\IsDouble::doubleValue();
 }