aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Preview/Provider.php
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Thumbnail Generator logging and testsrefactor/preview-testsnfebe2025-04-231-20/+13
| | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Refactor `OC\Server::getRootFolder`Andrew Summers2023-11-101-1/+2
| | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Skip the test if Imagick is misconfiguredJoas Schilling2020-12-091-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add new Provider interface for preview providersRobin Appelman2019-06-171-1/+4
| | | | | | | | | the main difference is passing the `File` object to the provider instead of a `View` + path Old providers will still continue to work as before Signed-off-by: Robin Appelman <robin@icewind.nl>
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+188
* 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