Skip to content

Commit 079942a

Browse files
authored
Include ApplyFiltersTestClass in tests
1 parent fb46ca6 commit 079942a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/DynamicReturnTypeExtensionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public function dataFileAsserts(): iterable
1414
// Path to a file with actual asserts of expected types:
1515
yield from self::gatherAssertTypes(__DIR__ . '/data/_get_list_table.php');
1616
yield from self::gatherAssertTypes(__DIR__ . '/data/apply_filters.php');
17+
yield from self::gatherAssertTypes(__DIR__ . '/data/ApplyFiltersTestClass.php');
1718
yield from self::gatherAssertTypes(__DIR__ . '/data/current_time.php');
1819
yield from self::gatherAssertTypes(__DIR__ . '/data/echo_key.php');
1920
yield from self::gatherAssertTypes(__DIR__ . '/data/echo_parameter.php');

0 commit comments

Comments
 (0)