kahlan\matcher\ToBeCalled::once PHP Метод

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

Sets the number of occurences.
public once ( ) : self
Результат self
    public function once()
    {
        $this->times(1);
        return $this;
    }