diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2026-04-27 23:20:32 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2026-04-27 23:21:00 +0100 |
| commit | 782151dd2025dee1a53522a67e941e07ba4b1085 (patch) | |
| tree | fbe1937bd68d70c6331ce5fe5ffbe94dfb9629b2 /phpunit.xml.dist | |
| parent | d32e3cfb19891929a9c842586e92370438e27ae7 (diff) | |
| download | webtrees-782151dd2025dee1a53522a67e941e07ba4b1085.tar.gz webtrees-782151dd2025dee1a53522a67e941e07ba4b1085.tar.bz2 webtrees-782151dd2025dee1a53522a67e941e07ba4b1085.zip | |
Update PHPunit tests, to distinguish stubs from mocks
Diffstat (limited to 'phpunit.xml.dist')
| -rw-r--r-- | phpunit.xml.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 874f2fcc82..81bd4bbab1 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -5,6 +5,9 @@ bootstrap="vendor/autoload.php" colors="true" cacheDirectory=".phpunit.cache" + displayDetailsOnPhpunitDeprecations="true" + displayDetailsOnTestsThatTriggerDeprecations="true" + displayDetailsOnTestsThatTriggerWarnings="true" requireCoverageMetadata="true" > <testsuites> |
