Browse Source

Make provider function static

ADmad 2 years ago
parent
commit
99d688e544
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Core/FunctionsGlobalTest.php

+ 1 - 1
tests/TestCase/Core/FunctionsGlobalTest.php

@@ -134,7 +134,7 @@ class FunctionsGlobalTest extends TestCase
         $this->assertSame($expected, $result);
     }
 
-    public function hInputProvider(): array
+    public static function hInputProvider(): array
     {
         return [
             ['i am clean', 'i am clean'],