From 500676eacbbc8e4c3413c1790aaaddf7c93b9e89 Mon Sep 17 00:00:00 2001 From: costdev Date: Fri, 10 Jan 2025 04:57:49 +0000 Subject: [PATCH] Coding Standards: Add `mkdir()` and `rmdir()` exceptions for test files. --- phpcs.xml.dist | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 4a54373..75aaf4e 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -75,7 +75,7 @@ includes/class-filesystem-direct\.php - + /tests/phpunit/* @@ -99,4 +99,10 @@ /tests/phpunit/* + + /tests/phpunit/* + + + /tests/phpunit/* +