File "phpunit.xml-20250521204029-20250522151037.dist"

Full path: C:/Inetpub/vhosts/drshti.com/httpdocs/wp-content/plugins/depicter/vendor/pimple/pimple/phpunit.xml-20250521204029-20250522151037.dist
File size: 555 B (555 B bytes)
MIME-type: text/xml
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?xml version="1.0" encoding="UTF-8"?>

<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
         backupGlobals="false"
         colors="true"
         bootstrap="vendor/autoload.php"
>
    <testsuites>
        <testsuite name="Pimple Test Suite">
            <directory>./src/Pimple/Tests</directory>
        </testsuite>
    </testsuites>

    <listeners>
        <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
    </listeners>
</phpunit>