From 0b1003a17d7f2c02ba488934004d06e02acb586a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 17 Dec 2020 23:04:18 +0000 Subject: [PATCH] Ignore PHPCS rules per test file --- .../custom/blog/tests/src/Kernel/Entity/Node/PostTest.php | 2 ++ .../custom/blog/tests/src/Kernel/ReorderBlogTagsTest.php | 2 ++ .../custom/talks/tests/src/Kernel/CountPreviousTalksTest.php | 4 +++- .../talks/tests/src/Kernel/Repository/TalkRepositoryTest.php | 2 ++ .../custom/talks/tests/src/Kernel/TalkEventDateTest.php | 2 ++ .../custom/talks/tests/src/Kernel/TalksPageSortTest.php | 2 ++ 6 files changed, 13 insertions(+), 1 deletion(-) diff --git a/web/modules/custom/blog/tests/src/Kernel/Entity/Node/PostTest.php b/web/modules/custom/blog/tests/src/Kernel/Entity/Node/PostTest.php index 2e10282..e123f3a 100644 --- a/web/modules/custom/blog/tests/src/Kernel/Entity/Node/PostTest.php +++ b/web/modules/custom/blog/tests/src/Kernel/Entity/Node/PostTest.php @@ -1,5 +1,7 @@