invoke($controller, $service, [ ['name' => 'web', 'url' => 'https://example.com/Route'], ['name' => 'api', 'url' => 'HTTPS://EXAMPLE.COM/route'], ], '1'); expect($result['errors'] ?? [])->toBe([ "Service container with 'web' not found.", "Service container with 'api' not found.", ]); });