Skip to content

Commit 546397c

Browse files
authored
WIP
1 parent 168c525 commit 546397c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

phpunit.xml.dist

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
33
backupGlobals="false"
4-
backupStaticAttributes="false"
4+
backupStaticProperties="false"
55
bootstrap="vendor/autoload.php"
6+
cacheDirectory=".phpunit.cache"
67
colors="true"
7-
convertErrorsToExceptions="true"
8-
convertNoticesToExceptions="true"
9-
convertWarningsToExceptions="true"
108
processIsolation="false"
119
stopOnFailure="true"
10+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
1212
>
1313
<testsuites>
1414
<testsuite name="Feature">
@@ -21,11 +21,6 @@
2121
<directory suffix="Test.php">./tests/Nova</directory>
2222
</testsuite>
2323
</testsuites>
24-
<filter>
25-
<whitelist processUncoveredFilesFromWhitelist="false">
26-
<directory suffix=".php">./src</directory>
27-
</whitelist>
28-
</filter>
2924
<php>
3025
<env name="APP_KEY" value="base64:Xgs1LQt1GdVHhD6qyYCXnyq61DE3UKqJ5k2SJc+Nw2g="/>
3126
<env name="APP_ENV" value="testing"/>
@@ -38,4 +33,9 @@
3833
<env name="REDIS_HOST" value="127.0.0.1"/>
3934
<env name="PGSQL_HOST" value="127.0.0.1"/>
4035
</php>
36+
<source>
37+
<include>
38+
<directory suffix=".php">./src</directory>
39+
</include>
40+
</source>
4141
</phpunit>

0 commit comments

Comments
 (0)