We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffa193 commit 21944c7Copy full SHA for 21944c7
phpunit.xml.dist
@@ -1,5 +1,12 @@
1
<?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">
+<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
+ >
10
<coverage>
11
<include>
12
<directory suffix=".php">src/ReCaptcha/</directory>
0 commit comments