From aaa1efa55a71f1e603a60932866dbebc007733f8 Mon Sep 17 00:00:00 2001 From: Aydin Hassan Date: Thu, 22 Apr 2021 13:58:56 +0100 Subject: [PATCH] Rename Util to Utils --- test/{Util => Utils}/ArrayObjectTest.php | 2 +- test/{Util => Utils}/RequestRendererTest.php | 2 +- test/{Util => Utils}/StringUtilsTest.php | 2 +- test/{Util => Utils}/SystemTest.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename test/{Util => Utils}/ArrayObjectTest.php (99%) rename test/{Util => Utils}/RequestRendererTest.php (98%) rename test/{Util => Utils}/StringUtilsTest.php (98%) rename test/{Util => Utils}/SystemTest.php (95%) diff --git a/test/Util/ArrayObjectTest.php b/test/Utils/ArrayObjectTest.php similarity index 99% rename from test/Util/ArrayObjectTest.php rename to test/Utils/ArrayObjectTest.php index 1e44dc64..803477e7 100644 --- a/test/Util/ArrayObjectTest.php +++ b/test/Utils/ArrayObjectTest.php @@ -1,6 +1,6 @@