summaryrefslogtreecommitdiffstats
path: root/application/tests/test_service_files_valid_id.php
AgeCommit message (Collapse)AuthorFilesLines
2015-05-21tests: Make prove --state work; Restructure testsFlorian Pritz1-115/+0
This moves all tests into a subdirectory and lets prove itself figure out which tests exist. It seems if you supply the testlist via arguments or stdin --state won't affect the order. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-05-21Support multiple files with the same hashFlorian Pritz1-4/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-03-08Unify file/cron and mfile->valid_idFlorian Pritz1-0/+114
Create a testable function doing all the verification/removal, add tests and use it for both cases. Signed-off-by: Florian Pritz <bluewind@xinu.at>