summaryrefslogtreecommitdiffstats
path: root/tests/lib/IntegrityCheck
Commit message (Collapse)AuthorAgeFilesLines
* Handle strict typing in Checker and fix testsRoeland Jago Douma2018-02-211-0/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix risky tests without assertionsJoas Schilling2018-01-251-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix testsRoeland Jago Douma2017-12-181-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add proper testsLukas Reschke2016-12-192-12/+97
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update testsVictor Dubiniuk2016-12-161-1/+18
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make sure memory limit is > post size and upload filesizeJoas Schilling2016-09-131-6/+6
|
* Compare arrays not json stringsRoeland Jago Douma2016-09-071-6/+31
| | | | | In php 7.1 the pretty print json output changed. Thus now we compare arrays.
* Fix getMock checkertestRoeland Jago Douma2016-09-071-6/+6
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-204-0/+1192
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader