summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Stream
Commit message (Collapse)AuthorAgeFilesLines
* Use ::class in test mocksMorris Jobke2017-10-241-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* update file system tests to take the master key into accountBjoern Schiessle2017-07-061-14/+23
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #2934 from nextcloud/quota-stream-non-globalRoeland Jago Douma2017-01-061-4/+1
|\ | | | | remove the need to register the quota streamwrapper globally
| * remove the need to register the quota streamwrapper globallyRobin Appelman2017-01-041-4/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | remove static:// stream wrapperRobin Appelman2017-01-041-70/+0
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Proper DI of configRoeland Jago Douma2016-10-281-1/+1
| | | | | | * Fixed comments Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* File getMock Files testsRoeland Jago Douma2016-09-071-6/+6
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-204-0/+604
* 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