Skip to content

Commit 1cdc8a0

Browse files
staabmondrejmirtes
authored andcommitted
Fix build
1 parent 951bacd commit 1cdc8a0

3 files changed

+3
-3
lines changed

tests/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtensionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ComponentModelArrayAccessDynamicReturnTypeExtensionTest extends TypeInfere
1212
*/
1313
public function dataFileAsserts(): iterable
1414
{
15-
yield from $this->gatherAssertTypes(__DIR__ . '/data/componentModelArrayAccess.php');
15+
yield from self::gatherAssertTypes(__DIR__ . '/data/componentModelArrayAccess.php');
1616
}
1717

1818
/**

tests/Type/Nette/MultiplierTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class MultiplierTest extends TypeInferenceTestCase
1010
/** @return iterable<mixed> */
1111
public function dataFileAsserts(): iterable
1212
{
13-
yield from $this->gatherAssertTypes(__DIR__ . '/data/multiplier.php');
13+
yield from self::gatherAssertTypes(__DIR__ . '/data/multiplier.php');
1414
}
1515

1616
/**

tests/Type/Nette/StringsMatchDynamicReturnTypeExtensionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class StringsMatchDynamicReturnTypeExtensionTest extends TypeInferenceTestCase
1212
*/
1313
public function dataFileAsserts(): iterable
1414
{
15-
yield from $this->gatherAssertTypes(__DIR__ . '/data/strings-match.php');
15+
yield from self::gatherAssertTypes(__DIR__ . '/data/strings-match.php');
1616
}
1717

1818
/**

0 commit comments

Comments
 (0)