with() public method

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