From 079942af95124e7e3bf95ab6ef2e006eba02e4e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 12 Nov 2024 19:48:28 +0100 Subject: [PATCH] Include ApplyFiltersTestClass in tests --- tests/DynamicReturnTypeExtensionTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/DynamicReturnTypeExtensionTest.php b/tests/DynamicReturnTypeExtensionTest.php index 4422afe..ef2d81d 100644 --- a/tests/DynamicReturnTypeExtensionTest.php +++ b/tests/DynamicReturnTypeExtensionTest.php @@ -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');