From 787872287e61abd29c8caa3b581e32b25c22786c Mon Sep 17 00:00:00 2001 From: Demian Katz Date: Mon, 18 Nov 2024 13:55:43 -0500 Subject: [PATCH] Fixed typos. --- .../VuFind/src/VuFindTest/Feature/SearchFacetFilterTrait.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/VuFind/src/VuFindTest/Feature/SearchFacetFilterTrait.php b/module/VuFind/src/VuFindTest/Feature/SearchFacetFilterTrait.php index 8b7a071f19f..06d3399c337 100644 --- a/module/VuFind/src/VuFindTest/Feature/SearchFacetFilterTrait.php +++ b/module/VuFind/src/VuFindTest/Feature/SearchFacetFilterTrait.php @@ -149,7 +149,7 @@ protected function assertNoFilters(Element $page): void } /** - * Assert that then given number of filters are applied. + * Assert that the given number of filters are applied. * * @param Element $page Mink page object * @param int $expected Expected filter count @@ -163,7 +163,7 @@ protected function assertFilterCount(Element $page, int $expected): void } /** - * Assert that then given number of facets are present in the full facet list + * Assert that the given number of facets are present in the full facet list * * @param Element $page Mink page object * @param string $list List type ('count' or 'index')