summaryrefslogtreecommitdiffstats
path: root/tests/lib/UtilTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove \OCP\Files::tmpFolderRoeland Jago Douma2018-03-191-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use proper method to format absolute timestampMorris Jobke2018-03-121-64/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-131-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use basename() instead of self implementationMorris Jobke2017-11-231-18/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class in test mocksMorris Jobke2017-10-241-2/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use IConfig instead of static OCP\ConfigMorris Jobke2017-07-271-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use regex to detect part filesVincent Petry2017-04-261-32/+42
|
* Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_envFelix Epp2016-11-161-0/+10
| | | | | | | Added the system config which sets all conditions to true that query the FrontControllerActive mod_env variable. Signed-off-by: Felix A. Epp <work@felixepp.de>
* Fix more testsRoeland Jago Douma2016-10-281-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make sure all tests use the TestCase method to overwrite servicesJoas Schilling2016-10-201-9/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix getMock UtilTestRoeland Jago Douma2016-09-131-1/+8
|
* Some UtilTests require DBRoeland Jago Douma2016-07-111-0/+8
| | | | In the current setup there is no DI so no way to mock them.
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-4/+2
| | | | * the setup check is still there
* Fix lib/Joas Schilling2016-05-191-0/+509