We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a073ff3 commit 27a0d88Copy full SHA for 27a0d88
1 file changed
tests/src/Controller/LoginControllerTest.php
@@ -341,9 +341,8 @@ public static function serviceUrlsProvider(): array
341
342
/**
343
* When passive is disabled and a service is provided, CAS must redirect to the service without appending CAS params
344
- *
345
- * @dataProvider serviceUrlsProvider
346
*/
+ #[DataProvider('serviceUrlsProvider')]
347
public function testGatewayPassiveDisabledRedirectsWithoutParams(string $serviceUrl): void
348
{
349
// enable_passive_mode disabled
0 commit comments