aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Install phpunit via vendor binChristoph Wurst2023-10-021-1/+5
| | | | | | | | This means we can all run the same version. And when switching to stableX it can pull the corresponding version too. Also local dev envs and CI run the same phpunit. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Require PHPUnit 6.5 or higherJoas Schilling2018-01-241-4/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* unit test adjustmentRoger Szabo2017-04-071-0/+2
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-1/+0
| | | | | | | | | | | | | | | | | | | | * 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
* Add PSR-4 loading for Test\ and Tests\Joas Schilling2016-05-191-0/+2
|
* Load all enabled apps in test bootstrapRobin McCorkell2015-09-071-3/+2
|
* verify the path in the autoloaderRobin Appelman2015-09-011-0/+2
|
* Fixing unit test executionThomas Müller2015-07-031-1/+0
|
* Remove OC_LogThomas Müller2015-07-031-1/+1
|
* Remove check for RAW_POPULATE_POST_DATA for unit testsLukas Reschke2015-06-011-7/+0
| | | | 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.
* kill OC_FileProxy :boom:Thomas Müller2015-04-071-1/+0
|
* Disable bootstrap.php checks when HHVM is usedLukas Reschke2015-02-281-3/+5
|
* Check for PHP configuration before executing unit testsThomas Müller2015-02-211-2/+5
|
* Load apps in test situationsRobin McCorkell2014-09-101-0/+4
|
* Merge pull request #7678 from owncloud/test-bootstrap-fileproxy-cleanupVincent Petry2014-03-281-0/+1
|\ | | | | Cleanup the fileproxy proxies on test bootstrap
| * Cleanup the fileproxy proxies on test bootstrapBart Visscher2014-03-111-0/+1
| |
* | Allow setting the config dir to use as enviroment variable for phpunitRobin Appelman2014-03-131-2/+7
|/
* Remove $RUNTIME_NOAPPS - setting to false was not enoughThomas Müller2013-09-261-2/+0
|
* run unit tests for apps as wellThomas Müller2013-09-261-1/+1
|
* disable error handler while running phpunitThomas Mueller2013-02-051-0/+3
|
* drop SimpleTest compatibilityThomas Mueller2013-01-241-19/+0
|
* Disable loading apps before starting testsBart Visscher2012-11-101-0/+2
| | | | The tests it self should load the app if needed
* Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-5/+5
|
* fix running app testsRobin Appelman2012-10-281-2/+0
|
* Disable loading apps before starting testsBart Visscher2012-10-131-0/+2
|
* disable log when running testsRobin Appelman2012-10-121-0/+1
|
* clear all hooks when running testsRobin Appelman2012-10-121-0/+2
|
* initual phpunit supportRobin Appelman2012-10-031-0/+26