Skip to content

Commit 306c24a

Browse files
authored
Merge pull request #1428 from hydephp/migrate-phpunit-configuration
Migrate PHPUnit configuration
2 parents 5c45a46 + 2259df4 commit 306c24a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

phpunit.xml.dist

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit backupGlobals="false"
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
backupGlobals="false"
34
backupStaticProperties="false"
45
bootstrap="vendor/autoload.php"
56
colors="true"
67
cacheDirectory=".phpunit.result.cache"
78
stopOnFailure="false"
89
processIsolation="false"
9-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
10-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
10+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd">
1111
<testsuites>
1212
<testsuite name="FeatureHyde">
1313
<directory suffix="Test.php">./packages/hyde/tests</directory>
@@ -25,13 +25,14 @@
2525
<directory suffix="Test.php">./packages/realtime-compiler/tests</directory>
2626
</testsuite>
2727
</testsuites>
28-
<coverage>
28+
<coverage/>
29+
<php>
30+
<env name="ENV" value="testing"/>
31+
</php>
32+
<source>
2933
<include>
3034
<directory suffix=".php">./packages/framework/src</directory>
3135
<directory suffix=".php">./packages/publications/src</directory>
3236
</include>
33-
</coverage>
34-
<php>
35-
<env name="ENV" value="testing"/>
36-
</php>
37+
</source>
3738
</phpunit>

0 commit comments

Comments
 (0)