Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-09Use a blank line after the opening tagChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-01-24Require PHPUnit 6.5 or higherJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-07unit test adjustmentRoger Szabo
Signed-off-by: Roger Szabo <roger.szabo@web.de>
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling
* 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
2016-05-19Add PSR-4 loading for Test\ and Tests\Joas Schilling
2015-09-07Load all enabled apps in test bootstrapRobin McCorkell
2015-09-01verify the path in the autoloaderRobin Appelman
2015-07-03Fixing unit test executionThomas Müller
2015-07-03Remove OC_LogThomas Müller
2015-06-01Remove check for RAW_POPULATE_POST_DATA for unit testsLukas Reschke
We do have a work around meanwhile and for CLI this is not relevant at all. Can be removedWe do have a work around meanwhile and for CLI this is not relevant at all. Can be removed.
2015-04-07kill OC_FileProxy :boom:Thomas Müller
2015-02-28Disable bootstrap.php checks when HHVM is usedLukas Reschke
2015-02-21Check for PHP configuration before executing unit testsThomas Müller
2014-09-10Load apps in test situationsRobin McCorkell
2014-03-28Merge pull request #7678 from owncloud/test-bootstrap-fileproxy-cleanupVincent Petry
Cleanup the fileproxy proxies on test bootstrap
2014-03-13Allow setting the config dir to use as enviroment variable for phpunitRobin Appelman
2014-03-12Cleanup the fileproxy proxies on test bootstrapBart Visscher
2013-09-26Remove $RUNTIME_NOAPPS - setting to false was not enoughThomas Müller
2013-09-26run unit tests for apps as wellThomas Müller
2013-02-05disable error handler while running phpunitThomas Mueller
2013-01-24drop SimpleTest compatibilityThomas Mueller
2012-11-11Disable loading apps before starting testsBart Visscher
The tests it self should load the app if needed
2012-11-04Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller
2012-10-28fix running app testsRobin Appelman
2012-10-13Disable loading apps before starting testsBart Visscher
2012-10-12disable log when running testsRobin Appelman
2012-10-12clear all hooks when running testsRobin Appelman
2012-10-03initual phpunit supportRobin Appelman