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 fb04982 commit 6bd06e1Copy full SHA for 6bd06e1
phpunit.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<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">
3
<extensions>
4
- <bootstrap class="PHPStan\Testing\PHPUnit\PHPUnitExtension"/>
+ <bootstrap class="PHPStan\Testing\PHPUnit\PHPUnitExtension"/>
5
</extensions>
6
<testsuites>
7
<testsuite name="PHPStan">
0 commit comments