summaryrefslogtreecommitdiffstats
path: root/tests/lib/App/DependencyAnalyzerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Use ::class in test mocksMorris Jobke2017-10-241-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adjust previous fallbacksLukas Reschke2016-11-151-2/+14
| | | | | | 11.0 is 11 and not 9.2 anymore Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add update supportLukas Reschke2016-10-311-14/+213
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* App dependencies are now analysed on app enable as well - not only on app ↵Thomas Müller2016-10-241-26/+30
| | | | install.
* Ensure $commands being an array - fixes #26073Thomas Müller2016-10-201-0/+1
|
* use short array syntaxMorris Jobke2016-10-201-7/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Translate the server version for nextcloudJoas Schilling2016-07-261-1/+3
|
* fix unit testsMorris Jobke2016-06-201-3/+3
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+298
* 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