PluginProbe
Postie / trunk
Postie vtrunk
1.9.80 1.9.79 1.9.78 1.9.77 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7.0 1.7.1 1.7.10 1.7.11 1.7.12 1.7.13 1.7.14 1.7.15 1.7.16 1.7.17 1.7.18 1.7.2 1.7.20 All 239 releases
postie / phpunit.xml

phpunit.xml in Postie trunk, at phpunit.xml

17 lines 511 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0" encoding="UTF-8"?>
2 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
4 colors="true"
5 cacheDirectory=".phpunit.cache">
6 <source>
7 <include>
8 <directory>.</directory>
9 </include>
10 </source>
11 <testsuites>
12 <testsuite name="unit">
13 <directory suffix="Test.php">./test</directory>
14 </testsuite>
15 </testsuites>
16 </phpunit>
17