From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Sun, 19 May 2024 22:33:52 +0200
Subject: Make provider function static (PHPUnit 11 Fix)

Bug-Debian: https://bugs.debian.org/1070617
---
 tests/PathComparatorTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/PathComparatorTest.php b/tests/PathComparatorTest.php
index ac2c314..16dfc8c 100644
--- a/tests/PathComparatorTest.php
+++ b/tests/PathComparatorTest.php
@@ -14,7 +14,7 @@ namespace TheSeer\Autoload\Tests {
             $this->assertEquals($common, $comparator->getCommonBase());
         }
 
-        public function directoriesProvider() {
+        public static function directoriesProvider() {
             return array(
                 'empty' => array(
                     array(), '/'
