atMost() public method

Sets next count validator to the AtMost instance
public atMost ( ) : self
return self
 /**
  * @return $this
  */
 public function atMost()
 {
     $this->expectation->atMost();
     return $this;
 }