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 d8d76a3 commit 1a3edd9Copy full SHA for 1a3edd9
phpunit.xml
@@ -0,0 +1,12 @@
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/12.0/phpunit.xsd"
4
+ colors="true"
5
+ executionOrder="default"
6
+ cacheResult="false">
7
+ <testsuites>
8
+ <testsuite name="Unit">
9
+ <directory>tests</directory>
10
+ </testsuite>
11
+ </testsuites>
12
+</phpunit>
0 commit comments