andReturnUndefined() public method

Return a self-returning black hole object.
public andReturnUndefined ( ) : self
return self
コード例 #1
0
 /**
  * @return $this
  */
 public function andReturnUndefined()
 {
     $this->expectation->andReturnUndefined();
     return $this;
 }