Skip to content

Commit bcb4bdd

Browse files
claudedeviantintegral
authored andcommitted
chore: use local XSD for PHPUnit configuration
Reference the vendored phpunit.xsd instead of the remote schema URL to avoid network dependencies during IDE validation. References: - infection/infection#2303 - sebastianbergmann/phpunit#6289
1 parent 8d12751 commit bcb4bdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" bootstrap="vendor/autoload.php" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.5/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false" failOnWarning="true">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" bootstrap="vendor/autoload.php" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false" failOnWarning="true">
33
<logging>
44
<junit outputFile="build/logs/results.xml"/>
55
</logging>

0 commit comments

Comments
 (0)