Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -270/+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 | ||||
* | Fix namespaces and class names in tests/lib/files/ | Joas Schilling | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | More group DB | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | |||||
* | Add more unit tests | Lukas Reschke | 2015-07-30 | 1 | -0/+2 |
| | |||||
* | Correct regular expressions | Lukas Reschke | 2015-07-30 | 1 | -0/+2 |
| | | | | Previously the regex was only matching on single characters. Meaning that file names such as ":+1:.txt" where possible while ":+1:" alone never was. This check apparently never worked as expected. | ||||
* | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 1 | -5/+5 |
| | |||||
* | Add positive test for path verification | Vincent Petry | 2015-03-17 | 1 | -0/+26 |
| | |||||
* | verify the file name length not to exceed 255 characters + verify path ↵ | Thomas Müller | 2015-03-12 | 1 | -0/+10 |
| | | | | during rename | ||||
* | no translation service in common storage class | Thomas Müller | 2015-03-09 | 1 | -6/+3 |
| | |||||
* | adding storage specific filename verification - refs #13640 | Thomas Müller | 2015-03-09 | 1 | -0/+226 |