Skip to content

Commit 27a0d88

Browse files
committed
Replace dataProvider annotation with attribute
1 parent a073ff3 commit 27a0d88

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/src/Controller/LoginControllerTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,8 @@ public static function serviceUrlsProvider(): array
341341

342342
/**
343343
* When passive is disabled and a service is provided, CAS must redirect to the service without appending CAS params
344-
*
345-
* @dataProvider serviceUrlsProvider
346344
*/
345+
#[DataProvider('serviceUrlsProvider')]
347346
public function testGatewayPassiveDisabledRedirectsWithoutParams(string $serviceUrl): void
348347
{
349348
// enable_passive_mode disabled

0 commit comments

Comments
 (0)