From f098a695dbfdd10e0649d07adf2825c989f8f15c Mon Sep 17 00:00:00 2001 From: Sabina Talipova Date: Tue, 9 Aug 2022 14:35:41 +1200 Subject: [PATCH 1/2] NEW Test class for GridField with limited number of items in the list --- code/fields/GridFieldTestNavigation.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 code/fields/GridFieldTestNavigation.php diff --git a/code/fields/GridFieldTestNavigation.php b/code/fields/GridFieldTestNavigation.php new file mode 100644 index 0000000..a032d92 --- /dev/null +++ b/code/fields/GridFieldTestNavigation.php @@ -0,0 +1,19 @@ + Date: Tue, 9 Aug 2022 17:27:24 +1200 Subject: [PATCH 2/2] DEP Update dependencies for CMS 5 --- composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 2aee686..2a5fc97 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,11 @@ "name": "silverstripe/frameworktest", "description": "Aids core and module developers in testing their code against a set of sample data and behaviour.", "type": "silverstripe-vendormodule", - "keywords": ["silverstripe", "frameworktest", "testing"], + "keywords": [ + "silverstripe", + "frameworktest", + "testing" + ], "license": "BSD-3-Clause", "authors": [ { @@ -14,8 +18,8 @@ "php": "^7.3 || ^8.0", "silverstripe/framework": "^4", "silverstripe/cms": "^4", - "guzzlehttp/guzzle": "^6.3 || ^7.3", - "fzaninotto/faker": "^1.7", + "guzzlehttp/guzzle": "^7.4.5", + "fzaninotto/faker": "^1.9.2", "silverstripe/vendor-plugin": "^1", "silverstripe/registry": "^2" },