Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -190/+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 | ||||
* | triger the propagator from the command line scanner | Robin Appelman | 2016-04-25 | 1 | -0/+24 |
| | |||||
* | remove old propagation logic | Robin Appelman | 2015-12-01 | 1 | -61/+0 |
| | |||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | |||||
* | Skip unavailable storages in scanner | Robin Appelman | 2015-11-27 | 1 | -5/+5 |
| | |||||
* | Move dummy backend to Tests namespace | Lukas Reschke | 2015-09-22 | 1 | -2/+2 |
| | |||||
* | Add unit tests | Lukas Reschke | 2015-07-27 | 1 | -0/+28 |
| | |||||
* | add unit test | Robin Appelman | 2015-06-29 | 1 | -0/+43 |
| | |||||
* | Replace originalStorage in tests with a proper teardown | Vincent Petry | 2015-04-08 | 1 | -6/+2 |
| | | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected. | ||||
* | Add public api for mount configurations | Robin Appelman | 2014-12-04 | 1 | -6/+6 |
| | |||||
* | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 1 | -1/+0 |
| | |||||
* | Correctly restore previous root mount point after testing | Joas Schilling | 2014-11-17 | 1 | -1/+17 |
| | |||||
* | Fix contructor in test | Robin Appelman | 2014-09-10 | 1 | -3/+3 |
| | |||||
* | Fix uit tests | Robin Appelman | 2014-06-05 | 1 | -2/+2 |
| | |||||
* | Fix unit tests | Robin Appelman | 2014-06-04 | 1 | -4/+10 |
| | |||||
* | Fix unit tests | Robin Appelman | 2014-06-03 | 1 | -0/+2 |
| | |||||
* | propagate changes in the scanner | Robin Appelman | 2014-06-02 | 1 | -0/+56 |
| | |||||
* | Scanner: additional tests for reusing etags during scanning | Robin Appelman | 2013-08-12 | 1 | -0/+74 |