<?php
namespace PHPUnit\Framework\MockObject\Builder;

class InvocationMocker
{
    /**
     * @param mixed ...$arguments
     *
     * @return static
     *
     * @throws \RuntimeException
     */
    public function with(...$arguments) {}
}
