getMockBuilder(UrlGenerator::class) ->getMock(); $app = $this->getApp(); $this->setExpects($app, 'make', [UrlGenerator::class], $urlGenerator); $this->setExpects($app, 'instance', ['routing.urlGenerator', $urlGenerator]); $serviceProvider = new RoutingServiceProvider($app); $serviceProvider->register(); } }