From 02186dc3f3e5bd71d2057d8c72b8a241ba204791 Mon Sep 17 00:00:00 2001 From: itosho Date: Sun, 2 Sep 2018 14:30:33 +0900 Subject: [PATCH] Fixed "paramters" is a misspelling of "parameters" --- tests/TestCase/View/Helper/PaginatorHelperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase/View/Helper/PaginatorHelperTest.php b/tests/TestCase/View/Helper/PaginatorHelperTest.php index 570365b7631..b9ad79b8f48 100644 --- a/tests/TestCase/View/Helper/PaginatorHelperTest.php +++ b/tests/TestCase/View/Helper/PaginatorHelperTest.php @@ -832,7 +832,7 @@ public function testUrlGenerationResetsToPage1($field, $options, $expected) /** * Returns data sets of: * * the name of the field being sorted on - * * url paramters to pass to paginator sort + * * url parameters to pass to paginator sort * * expected result as a string * * @return array