reference phpunit schema from local installation

follow up for https://github.com/symfony/ai/pull/1140
This commit is contained in:
Axel Guckelsberger
2025-12-16 06:58:05 +01:00
parent d510966bd5
commit 900a2ab7a1

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
cacheDirectory=".phpunit.cache"
colors="true"