Skip to content

Commit 6bd06e1

Browse files
committed
Update phpunit.xml
1 parent fb04982 commit 6bd06e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="tests/bootstrap.php" cacheResult="false" colors="true" executionOrder="random" failOnRisky="true" failOnWarning="true" failOnEmptyTestSuite="true" beStrictAboutChangesToGlobalState="true" beStrictAboutOutputDuringTests="true" cacheDirectory="tmp/.phpunit.cache" beStrictAboutCoverageMetadata="true">
33
<extensions>
4-
<bootstrap class="PHPStan\Testing\PHPUnit\PHPUnitExtension"/>
4+
<bootstrap class="PHPStan\Testing\PHPUnit\PHPUnitExtension"/>
55
</extensions>
66
<testsuites>
77
<testsuite name="PHPStan">

0 commit comments

Comments
 (0)