From e8453a04d4cc4110562b5f9a72d0cdd4c3a5c9e9 Mon Sep 17 00:00:00 2001 From: Koji Tanaka Date: Sat, 31 Dec 2022 10:11:23 +0900 Subject: [PATCH] build: Add exception rule to phpcs to use Type::class in test code. --- ruleset.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ruleset.xml b/ruleset.xml index 353cb3f89..11bb2c0b0 100644 --- a/ruleset.xml +++ b/ruleset.xml @@ -15,6 +15,11 @@ lib/Cake/Utility/Security.php + + + lib/Cake/Test/Case/* + + lib/Cake/TestSuite/Fixture/CakeFixtureInjector.php