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 6b26abf commit 6c26c62Copy full SHA for 6c26c62
bin/BackendTest.php
@@ -31,8 +31,6 @@
31
32
try {
33
$vootStorage = new $vootStorageBackend($config);
34
- $userAttributes = $vootStorage->getUserAttributes($argv[1]);
35
- var_dump($userAttributes);
36
$groupMembership = $vootStorage->isMemberOf($argv[1]);
37
var_dump($groupMembership);
38
if (2 < count($argv)) {
0 commit comments