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 cae2597 commit 6842407Copy full SHA for 6842407
phpunit.xml.dist
@@ -1,9 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.3/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
5
bootstrap="tests/autoload.php"
6
- backupGlobals="false"
7
cacheResult="false"
8
colors="true"
9
>
@@ -12,14 +11,14 @@
12
11
</php>
13
14
<testsuites>
15
- <testsuite name="unit">
16
- <directory>tests</directory>
+ <testsuite name="functional">
+ <directory>tests/Functional</directory>
17
</testsuite>
18
</testsuites>
19
20
<source>
21
<include>
22
- <directory suffix=".php">src</directory>
+ <directory>src</directory>
23
</include>
24
</source>
25
0 commit comments