expectException(\InvalidArgumentException::class, function () use ($resolver) { $resolver->resolve([ 'actions' => 'https://www.depohub.org', 'method' => 'GET' ]); }); } }