Skip to content

Commit 5c481b4

Browse files
committed
Testing: Added more deprecation output
1 parent 9443682 commit 5c481b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

phpunit.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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.5/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true">
2+
<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">
37
<testsuites>
48
<testsuite name="Application Test Suite">
59
<directory>./tests/</directory>

0 commit comments

Comments
 (0)