コード例 #1
0
 protected function createMatcher()
 {
     return \Hamcrest\Type\IsCallable::callableValue();
 }
コード例 #2
0
 /**
  * Is the value callable?
  */
 function callableValue()
 {
     return \Hamcrest\Type\IsCallable::callableValue();
 }