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

phpunit.xml - github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5fd49c3345e11274c22ac6839dc2a3e3cba6b67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
    <testsuite name="unit">
        <directory>./tests/unit</directory>
    </testsuite>
</testsuites>
<filter>
<whitelist>
    <directory suffix=".php">./</directory>
</whitelist>
</filter>
</phpunit>