Skip to content

Commit a1ac84c

Browse files
OskarStarknicolas-grekas
authored andcommitted
Migrate to static data providers using rector/rector
1 parent 22ec379 commit a1ac84c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/LazyProxy/PhpDumper/ProxyDumperTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function testCorrectAssigning(Definition $definition, $access)
9393
$this->assertStringMatchesFormat('%A$this->'.$access.'[\'foo\'] = %A', $code);
9494
}
9595

96-
public function getPrivatePublicDefinitions()
96+
public static function getPrivatePublicDefinitions()
9797
{
9898
return [
9999
[
@@ -164,7 +164,7 @@ protected function createProxy(\$class, \Closure \$factory)
164164
$this->assertSame(123, @$foo->dynamicProp);
165165
}
166166

167-
public function getProxyCandidates(): array
167+
public static function getProxyCandidates(): array
168168
{
169169
$definitions = [
170170
[new Definition(__CLASS__), true],

0 commit comments

Comments
 (0)