diff --git a/.laminas-ci.json b/.laminas-ci.json new file mode 100644 index 0000000..6238f6f --- /dev/null +++ b/.laminas-ci.json @@ -0,0 +1,6 @@ +{ + "ignore_php_platform_requirements": { + "8.4": true + }, + "backwardCompatibilityCheck": true +} diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 93b4611..51f7287 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,6 +10,11 @@ displayDetailsOnTestsThatTriggerWarnings="true" displayDetailsOnIncompleteTests="true" displayDetailsOnSkippedTests="true" + displayDetailsOnPhpunitDeprecations="true" + failOnPhpunitDeprecation="true" + failOnDeprecation="true" + failOnNotice="true" + failOnWarning="true" >