Skip to content

Commit 7d5b45d

Browse files
committed
fix: PHPUnit config
1 parent 46992f1 commit 7d5b45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/drift/phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.4/phpunit.xsd" bootstrap="vendor/autoload.php" executionOrder="depends,defects" beStrictAboutOutputDuringTests="true" displayDetailsOnPhpunitDeprecations="true" failOnPhpunitDeprecation="false" failOnRisky="true" failOnWarning="true">
33
<testsuites>
4-
<testsuite name="Tempest Discovery">
4+
<testsuite name="Tempest Drift">
55
<directory>tests</directory>
66
</testsuite>
77
</testsuites>

0 commit comments

Comments
 (0)