コード例 #1
0
ファイル: IsStringTest.php プロジェクト: cruni505/prestomed
 protected function createMatcher()
 {
     return \Hamcrest\Type\IsString::stringValue();
 }
コード例 #2
0
 /**
  * Is the value a string?
  */
 function stringValue()
 {
     return \Hamcrest\Type\IsString::stringValue();
 }