view vendor/endroid/qr-code/phpunit.xml.dist @ 55:2bf0fc326ee2

fix symlink
author Charlie Root
date Wed, 08 Oct 2025 09:09:32 -0400
parents cec75ba50afc
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
    <testsuites>
        <testsuite>
            <directory suffix="Test.php">tests</directory>
        </testsuite>
    </testsuites>
</phpunit>