Welcome to mirror list, hosted at ThFree Co, Russian Federation.

phpunit.xml « 2758 « GitHub « Regression « tests « phpunit « phpunit « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c12f3e200758bcf7b5eca671882112269f5fdf7a (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd">
    <listeners>
        <listener class="Issue2758TestListener" />
    </listeners>
</phpunit>