PluginProbe
Omise Payments / 4.14
Omise Payments v4.14
7.2.1 7.2.0 trunk 1.2.3 3.0 3.1 3.10 3.11 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.10 4.11 4.12 4.13 4.14 4.15 4.15.1 All 97 releases
omise / phpunit.xml

phpunit.xml in Omise Payments 4.14, at phpunit.xml

19 lines 500 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <phpunit
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.1/phpunit.xsd"
4 backupGlobals="true"
5 backupStaticAttributes="false"
6 colors="true"
7 stopOnError="false"
8 stopOnFailure="false"
9 stopOnIncomplete="false"
10 stopOnSkipped="false"
11 stopOnRisky="false"
12 verbose="true">
13 <testsuites>
14 <testsuite name="Omise WooCommerce Test Suite">
15 <directory suffix="-test.php">tests/unit</directory>
16 </testsuite>
17 </testsuites>
18 </phpunit>
19