eZ\Publish\Core\REST\Common\Tests\Output\ValueObjectVisitorBaseTest::resetRouterMock PHP Method

resetRouterMock() protected method

Resets the router mock and its expected calls index & list.
protected resetRouterMock ( )
    protected function resetRouterMock()
    {
        $this->routerMock = null;
        $this->routerMockCallIndex = 0;
    }