view vendor/endroid/qr-code/phpunit.xml.dist @ 50:e09cef17c56c

stale confused Ssabre stuff
author Charlie Root
date Mon, 06 Oct 2025 12:32:10 -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>