Returns a matcher that matches when the method is executed at least N times.
public static final function atLeast(int $requiredInvocations) : InvokedAtLeastCountMatcher { return new InvokedAtLeastCountMatcher($requiredInvocations); }