aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/pathverificationtest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-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 Schilling2016-05-191-1/+1
|
* More group DBThomas Müller2015-11-301-0/+7
|
* Add more unit testsLukas Reschke2015-07-301-0/+2
|
* Correct regular expressionsLukas Reschke2015-07-301-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 classJoas Schilling2015-06-031-5/+5
|
* Add positive test for path verificationVincent Petry2015-03-171-0/+26
|
* verify the file name length not to exceed 255 characters + verify path ↵Thomas Müller2015-03-121-0/+10
| | | | during rename
* no translation service in common storage classThomas Müller2015-03-091-6/+3
|
* adding storage specific filename verification - refs #13640Thomas Müller2015-03-091-0/+226