atMost() публичный Метод

Sets next count validator to the AtMost instance
public atMost ( ) : self
Результат self
 /**
  * @return $this
  */
 public function atMost()
 {
     $this->expectation->atMost();
     return $this;
 }