summaryrefslogtreecommitdiffstats
path: root/application/test/tests/api_v2/test_history.php
AgeCommit message (Collapse)AuthorFilesLines
2017-07-04API: Fix return type of empty values in file/historyFlorian Pritz1-0/+10
If the array is not casted to a object, json_encode will encode it as [] if empty, but {} if it contains data. Always return an object by casting the array to an object if it is empty. Fixes #15 Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-02-01tests: Expect string instead of intFlorian Pritz1-4/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-11-05Parallelize remaining API testsFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-11-05Parallelize some API testsFlorian Pritz1-0/+127
Signed-off-by: Florian Pritz <bluewind@xinu.at>