1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,19 @@ |
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/9.3/phpunit.xsd" colors="true"> |
|
3 |
+ <coverage> |
|
4 |
+ <include> |
|
5 |
+ <directory>./src</directory> |
|
6 |
+ </include> |
|
7 |
+ <exclude> |
|
8 |
+ <directory>./src/Resources</directory> |
|
9 |
+ </exclude> |
|
10 |
+ </coverage> |
|
11 |
+ <php> |
|
12 |
+ <ini name="error_reporting" value="-1"/> |
|
13 |
+ </php> |
|
14 |
+ <testsuites> |
|
15 |
+ <testsuite name="Contao Modal Bundle"> |
|
16 |
+ <directory>./tests</directory> |
|
17 |
+ </testsuite> |
|
18 |
+ </testsuites> |
|
19 |
+</phpunit> |