From f99a1082a0d92efeac42737354900d7c294a912b Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 9 Apr 2023 18:21:35 +0530 Subject: [PATCH 1/2] Removed phpunit.xml.dist The file is unused and required config is done through composer script only. --- phpunit.xml.dist | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 phpunit.xml.dist diff --git a/phpunit.xml.dist b/phpunit.xml.dist deleted file mode 100644 index 820d4a7d..00000000 --- a/phpunit.xml.dist +++ /dev/null @@ -1,18 +0,0 @@ - - - - - vendor/squizlabs/php_codesniffer/tests/AllTests.php - - - - - - - CakePHP/Sniffs/ - - - From 03e0ac8fc5bccfa22e5ab7e2f018b4c938d0083a Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 9 Apr 2023 18:25:17 +0530 Subject: [PATCH 2/2] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d7e3943..3ed3a280 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ additional configuration state in `phpcs` that is required. composer test ``` -Once this has been done once, you can use `phpunit --filter CakePHP` to run the +Once this has been done once, you can use `composer phpunit` to run the tests for the rules in this repository. ## Contributing