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 d9ff9fe commit ca2c513Copy full SHA for ca2c513
1 file changed
phpunit.xml
@@ -0,0 +1,17 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"
4
+ bootstrap="vendor/autoload.php"
5
+ colors="true"
6
+>
7
+ <testsuites>
8
+ <testsuite name="default">
9
+ <directory>tests</directory>
10
+ </testsuite>
11
+ </testsuites>
12
+ <source>
13
+ <include>
14
+ <directory>src</directory>
15
+ </include>
16
+ </source>
17
+</phpunit>
0 commit comments