mocked_class_method.tpl.dist 238 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7

    public function method()
    {
        $any = new \PHPUnit\Framework\MockObject\Matcher\AnyInvokedCount;
        $expects = $this->expects($any);
        return call_user_func_array(array($expects, 'method'), func_get_args());
    }