We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb46ca6 commit 079942aCopy full SHA for 079942a
tests/DynamicReturnTypeExtensionTest.php
@@ -14,6 +14,7 @@ public function dataFileAsserts(): iterable
14
// Path to a file with actual asserts of expected types:
15
yield from self::gatherAssertTypes(__DIR__ . '/data/_get_list_table.php');
16
yield from self::gatherAssertTypes(__DIR__ . '/data/apply_filters.php');
17
+ yield from self::gatherAssertTypes(__DIR__ . '/data/ApplyFiltersTestClass.php');
18
yield from self::gatherAssertTypes(__DIR__ . '/data/current_time.php');
19
yield from self::gatherAssertTypes(__DIR__ . '/data/echo_key.php');
20
yield from self::gatherAssertTypes(__DIR__ . '/data/echo_parameter.php');
0 commit comments