Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Install phpunit via vendor bin | Christoph Wurst | 2023-10-02 | 1 | -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 tag | Christoph Wurst | 2020-04-09 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Require PHPUnit 6.5 or higher | Joas Schilling | 2018-01-24 | 1 | -4/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | unit test adjustment | Roger Szabo | 2017-04-07 | 1 | -0/+2 |
| | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -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 Schilling | 2016-05-19 | 1 | -0/+2 |
| | |||||
* | Load all enabled apps in test bootstrap | Robin McCorkell | 2015-09-07 | 1 | -3/+2 |
| | |||||
* | verify the path in the autoloader | Robin Appelman | 2015-09-01 | 1 | -0/+2 |
| | |||||
* | Fixing unit test execution | Thomas Müller | 2015-07-03 | 1 | -1/+0 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Remove check for RAW_POPULATE_POST_DATA for unit tests | Lukas Reschke | 2015-06-01 | 1 | -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üller | 2015-04-07 | 1 | -1/+0 |
| | |||||
* | Disable bootstrap.php checks when HHVM is used | Lukas Reschke | 2015-02-28 | 1 | -3/+5 |
| | |||||
* | Check for PHP configuration before executing unit tests | Thomas Müller | 2015-02-21 | 1 | -2/+5 |
| | |||||
* | Load apps in test situations | Robin McCorkell | 2014-09-10 | 1 | -0/+4 |
| | |||||
* | Merge pull request #7678 from owncloud/test-bootstrap-fileproxy-cleanup | Vincent Petry | 2014-03-28 | 1 | -0/+1 |
|\ | | | | | Cleanup the fileproxy proxies on test bootstrap | ||||
| * | Cleanup the fileproxy proxies on test bootstrap | Bart Visscher | 2014-03-11 | 1 | -0/+1 |
| | | |||||
* | | Allow setting the config dir to use as enviroment variable for phpunit | Robin Appelman | 2014-03-13 | 1 | -2/+7 |
|/ | |||||
* | Remove $RUNTIME_NOAPPS - setting to false was not enough | Thomas Müller | 2013-09-26 | 1 | -2/+0 |
| | |||||
* | run unit tests for apps as well | Thomas Müller | 2013-09-26 | 1 | -1/+1 |
| | |||||
* | disable error handler while running phpunit | Thomas Mueller | 2013-02-05 | 1 | -0/+3 |
| | |||||
* | drop SimpleTest compatibility | Thomas Mueller | 2013-01-24 | 1 | -19/+0 |
| | |||||
* | Disable loading apps before starting tests | Bart Visscher | 2012-11-10 | 1 | -0/+2 |
| | | | | The tests it self should load the app if needed | ||||
* | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -5/+5 |
| | |||||
* | fix running app tests | Robin Appelman | 2012-10-28 | 1 | -2/+0 |
| | |||||
* | Disable loading apps before starting tests | Bart Visscher | 2012-10-13 | 1 | -0/+2 |
| | |||||
* | disable log when running tests | Robin Appelman | 2012-10-12 | 1 | -0/+1 |
| | |||||
* | clear all hooks when running tests | Robin Appelman | 2012-10-12 | 1 | -0/+2 |
| | |||||
* | initual phpunit support | Robin Appelman | 2012-10-03 | 1 | -0/+26 |