We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd2dae commit 6e3dc56Copy full SHA for 6e3dc56
src/test/php/security/credentials/unittest/FromVaultTest.class.php
@@ -76,13 +76,13 @@ public function fails_if_environment_variable_missing() {
76
new FromVault();
77
}
78
79
- #[@test, @values(map= [
+ #[@test, @values(['map' => [
80
# '/' => '/',
81
# '/vendor/name' => '/vendor/name/',
82
# '/vendor/name/' => '/vendor/name/',
83
# 'vendor/name' => '/vendor/name/',
84
# 'vendor/name/' => '/vendor/name/',
85
- #])]
+ #]])]
86
public function using_group($group, $path) {
87
$endpoint= newinstance(Endpoint::class, ['http://test'], [
88
'execute' => function(RestRequest $request) use(&$requested) {
0 commit comments