From dba45aa8f0d99059b0048e6501b59fe6035b7ac4 Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Sun, 1 Dec 2024 17:55:36 -0600 Subject: [PATCH] test configs --- phpcs.xml.dist | 10 ++++++---- phpunit.xml.dist | 25 ++++++++++++++----------- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index fe58f6f..488aba4 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -1,11 +1,13 @@ - - CodeSniffer ruleset for SilverStripe coding conventions. + + CodeSniffer ruleset for Silverstripe coding conventions. + + src + tests - - + diff --git a/phpunit.xml.dist b/phpunit.xml.dist index a5ec7a1..854e0be 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,13 +1,16 @@ - - - tests/ - - - + + + + src/ - - tests/ - - - + + + tests/ + + + + + tests/ + +