atLeast() public method

Sets next count validator to the AtLeast instance
public atLeast ( ) : self
return self
コード例 #1
0
 /**
  * @return $this
  */
 public function atLeast()
 {
     $this->expectation->atLeast();
     return $this;
 }