コード例 #1
0
 /**
  * Is the value an object?
  */
 function anObject()
 {
     return \Hamcrest\Type\IsObject::objectValue();
 }
コード例 #2
0
 protected function createMatcher()
 {
     return \Hamcrest\Type\IsObject::objectValue();
 }