Add more unit tests

This commit is contained in:
Frederic Guillot
2015-12-06 00:00:09 -05:00
parent db5da71f15
commit 9bd7985ba4
10 changed files with 318 additions and 9 deletions

View File

@@ -66,6 +66,6 @@ class GroupManager
}
}
return $result;
return array_values($result);
}
}