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 57bdbbd commit 1a4911fCopy full SHA for 1a4911f
phpunit.xml
@@ -9,6 +9,7 @@
9
displayDetailsOnTestsThatTriggerDeprecations="true"
10
failOnRisky="true"
11
failOnWarning="true"
12
+ colors="true"
13
>
14
<testsuites>
15
<testsuite name="Netgen\Layouts\Ibexa">
@@ -21,8 +22,8 @@
21
22
23
<source ignoreSuppressionOfDeprecations="true" ignoreIndirectDeprecations="true">
24
<include>
- <directory suffix=".php">lib</directory>
25
- <directory suffix=".php">bundle</directory>
+ <directory>lib</directory>
26
+ <directory>bundle</directory>
27
</include>
28
<exclude>
29
<directory>bundle/Resources</directory>
0 commit comments