Skip to content

Commit 6c26c62

Browse files
author
François Kooman
committed
remove getUserAttributes call in BackendTest
1 parent 6b26abf commit 6c26c62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/BackendTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131

3232
try {
3333
$vootStorage = new $vootStorageBackend($config);
34-
$userAttributes = $vootStorage->getUserAttributes($argv[1]);
35-
var_dump($userAttributes);
3634
$groupMembership = $vootStorage->isMemberOf($argv[1]);
3735
var_dump($groupMembership);
3836
if (2 < count($argv)) {

0 commit comments

Comments
 (0)