Example #1
0
 protected function createMatcher()
 {
     return \Hamcrest\Type\IsString::stringValue();
 }
 /**
  * Is the value a string?
  */
 function stringValue()
 {
     return \Hamcrest\Type\IsString::stringValue();
 }