phpunit fixes

This commit is contained in:
Robin Appelman 2026-07-15 14:33:01 +02:00
commit 23149bd573
3 changed files with 4 additions and 3 deletions

View file

@ -26,7 +26,7 @@ use Sabre\DAV\Server;
use SearchDAV\DAV\PathHelper;
class PathHelperTest extends TestCase {
public function uriProvider() {
public static function uriProvider() {
return [
['/', '', ''],
['/index.php/', 'foo', 'foo'],