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 9443682 commit 5c481b4Copy full SHA for 5c481b4
phpunit.xml
@@ -1,5 +1,9 @@
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.5/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true">
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
4
+ bootstrap="vendor/autoload.php"
5
+ displayDetailsOnTestsThatTriggerDeprecations="true"
6
+ colors="true">
7
<testsuites>
8
<testsuite name="Application Test Suite">
9
<directory>./tests/</directory>
0 commit comments