phpunit.xml in Omise Payments 4.14, at phpunit.xml
| 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 |