Skip to content

Commit

Permalink
Include ApplyFiltersTestClass in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Nov 12, 2024
1 parent fb46ca6 commit 079942a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/DynamicReturnTypeExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public function dataFileAsserts(): iterable
// Path to a file with actual asserts of expected types:
yield from self::gatherAssertTypes(__DIR__ . '/data/_get_list_table.php');
yield from self::gatherAssertTypes(__DIR__ . '/data/apply_filters.php');
yield from self::gatherAssertTypes(__DIR__ . '/data/ApplyFiltersTestClass.php');
yield from self::gatherAssertTypes(__DIR__ . '/data/current_time.php');
yield from self::gatherAssertTypes(__DIR__ . '/data/echo_key.php');
yield from self::gatherAssertTypes(__DIR__ . '/data/echo_parameter.php');
Expand Down

0 comments on commit 079942a

Please sign in to comment.