added toolbar to user screen #56 (#66)

* added toolbar to user screen # 56
* added filter for user role in user admin toolbar # 56
* added unit tests for queries # 56
This commit is contained in:
Kevin Papst
2018-01-09 17:15:07 +01:00
committed by GitHub
parent 56fca32845
commit 03896e3a1a
26 changed files with 684 additions and 96 deletions

View File

@@ -5,7 +5,8 @@
"description": "Kimai Time Tracking reloaded",
"autoload": {
"psr-4": {
"": "src/"
"": "src/",
"KimaiTest\\": "tests/"
},
"classmap": [
"app/AppKernel.php",