Skip to content

Commit a5a920f

Browse files
committed
Make Data providers static
1 parent 1e13355 commit a5a920f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/src/CacheConfigReaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function testNormal($key, $expected_result, $is_cache_hit, $cache_lifetim
9696
$this->assertEquals($result, $expected_result);
9797
}
9898

99-
public function provideCacheKey()
99+
public static function provideCacheKey()
100100
{
101101

102102
return array(

tests/src/YamlConfigReaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function testIgnoreKey( $ignore_key, $excluded_keys)
5151
}
5252

5353

54-
public function provideIgnoreKeys()
54+
public static function provideIgnoreKeys()
5555
{
5656
return [
5757
[ "_ignore", array( "foo" ) ],

0 commit comments

Comments
 (0)