summaryrefslogtreecommitdiffstats
path: root/tests/lib/App/CodeChecker
Commit message (Collapse)AuthorAgeFilesLines
* App manager is not needed anymoreJoas Schilling2018-02-161-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Validate the info.xml against the appstore schema fileJoas Schilling2018-02-161-8/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix tests of CodeChecker and MigrationServiceJoas Schilling2017-07-054-7/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Version and dependency are now requiredJoas Schilling2017-05-221-4/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller2016-10-071-3/+1
| | | | | | | | * Don't parse info.xml but reuse already cached app infos - fixes #25603 * Use === in InfoParser. Fixes test * InfoParser should not depend on UrlGenerator - fixes issue with session being closed too early
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-206-0/+443
* 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