summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/test/benchmark/phpunit.benchmark.xml
blob: a530de35981ccc932ac990ac616a93b2c372cd7e (plain)
1
2
3
4
5
6
7
8
9
10
<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         bootstrap="../bootstrap.php"
         colors="true">
    <testsuites>
        <testsuite name="Transport">
            <file>TransportTest.php</file>
        </testsuite>
    </testsuites>
</phpunit>