We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43757d3 commit 6f6e3ecCopy full SHA for 6f6e3ec
1 file changed
tests/src/Controller/AttributeServerTest.php
@@ -43,7 +43,7 @@ public static function setUpBeforeClass(): void
43
'module.enable' => ['exampleattributeserver' => true],
44
],
45
'[ARRAY]',
46
- 'simplesaml'
+ 'simplesaml',
47
);
48
}
49
@@ -55,7 +55,7 @@ public function testMain(): void
55
$_SERVER['REQUEST_URI'] = '/module.php/exampleattributeserver/attributeserver';
56
$request = Request::create(
57
'/module.php/exampleattributeserver/attributeserver',
58
- 'GET'
+ 'GET',
59
60
61
$mdh = $this->createMock(MetaDataStorageHandler::class);
0 commit comments