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.
2 parents 0e7c9d9 + 4782865 commit ec537bcCopy full SHA for ec537bc
tests/Feature/Commands/GetRootDseTest.php
@@ -51,7 +51,7 @@ public function test_command_displays_only_requested_attributes()
51
'objectclass' => ['*'],
52
'foo' => 'bar',
53
'baz' => 'zal',
54
- 'zee' => 'bur'
+ 'zee' => 'bur',
55
]);
56
57
$code = $this->artisan('ldap:rootdse', ['--attributes' => 'foo,baz']);
0 commit comments