kahlan\matcher\ToBeCalled::once PHP Method

once() public method

Sets the number of occurences.
public once ( ) : self
return self
    public function once()
    {
        $this->times(1);
        return $this;
    }