with() public method

Expected argument setter for the expectation
public with ( ) : self
return self
 /**
  */
 public function testGarbageCollection()
 {
     $this->dispose->with(false)->once();
     $this->captcha = null;
 }