diff --git a/.gitignore b/.gitignore index ca74f0da..573cc79c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ phpcs.xml .phpcs.xml .phpunit.result.cache .phpunit.cache +build/logs diff --git a/composer.json b/composer.json index 8a67a3ba..78900734 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "wp-cli/scaffold-command": "^1.2 || ^2", - "wp-cli/wp-cli-tests": "^4" + "wp-cli/wp-cli-tests": "^4.3.9" }, "suggest": { "ext-json": "Used for reading and generating JSON translation files", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 265a57a7..13a19c8f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -12,13 +12,15 @@ convertDeprecationsToExceptions="true" colors="true" verbose="true"> - - tests - + + + tests + + - - + + src - - + +