From bdba03b4eec4e7de363ef7a94928d2b206b5a185 Mon Sep 17 00:00:00 2001 From: tmathebula Date: Thu, 9 Feb 2023 17:13:22 +0200 Subject: [PATCH 1/2] CTED-2843: adding Code Climate test in submodule. --- tests/cc_test.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/cc_test.php diff --git a/tests/cc_test.php b/tests/cc_test.php new file mode 100644 index 0000000..0c5258f --- /dev/null +++ b/tests/cc_test.php @@ -0,0 +1,10 @@ + Date: Thu, 9 Feb 2023 17:17:54 +0200 Subject: [PATCH 2/2] CTED-2843: adding Code Climate test in submodule. --- tests/cc_test.php => cc_test.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/cc_test.php => cc_test.php (100%) diff --git a/tests/cc_test.php b/cc_test.php similarity index 100% rename from tests/cc_test.php rename to cc_test.php