Skip to content

Commit 21944c7

Browse files
committed
Enable depreciation and warning messages in PHPUnit
1 parent 6ffa193 commit 21944c7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

phpunit.xml.dist

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" colors="true" bootstrap="src/autoload.php" cacheDirectory=".phpunit.cache">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
4+
colors="true"
5+
displayDetailsOnTestsThatTriggerWarnings="true"
6+
displayDetailsOnTestsThatTriggerDeprecations="true"
7+
bootstrap="src/autoload.php"
8+
cacheDirectory=".phpunit.cache"
9+
>
310
<coverage>
411
<include>
512
<directory suffix=".php">src/ReCaptcha/</directory>

0 commit comments

Comments
 (0)