Lock file maintenance

This commit is contained in:
CIBot 2025-08-23 15:08:37 +00:00
parent ff31bf599f
commit 3a53c3adc9
326 changed files with 30009 additions and 16 deletions

11
vendor/endroid/qrcode/phpunit.xml.dist vendored Normal file
View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/Bundle/app/bootstrap.php" colors="true">
<testsuites>
<testsuite>
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
<php>
<server name="KERNEL_DIR" value="tests/Bundle/app" />
</php>
</phpunit>