Spaces:
Runtime error
Runtime error
| <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" | |
| colors="true" | |
| cacheDirectory=".phpunit.cache" | |
| executionOrder="depends,defects" | |
| requireCoverageMetadata="false" | |
| beStrictAboutCoverageMetadata="false" | |
| beStrictAboutOutputDuringTests="true" | |
| displayDetailsOnTestsThatTriggerWarnings="true" | |
| failOnRisky="true" | |
| failOnWarning="true"> | |
| <testsuites> | |
| <testsuite name="OpenWA PHP SDK"> | |
| <directory>tests</directory> | |
| </testsuite> | |
| </testsuites> | |
| <source> | |
| <include> | |
| <directory>src</directory> | |
| </include> | |
| </source> | |
| </phpunit> | |