atMost() 공개 메소드

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