2013-07-19 11:28:23 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<phpunit backupGlobals="false"
|
|
|
|
backupStaticAttributes="false"
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
processIsolation="false"
|
|
|
|
stopOnFailure="false"
|
|
|
|
syntaxCheck="false"
|
2017-02-03 15:22:37 +01:00
|
|
|
stderr="true"
|
2017-03-15 10:25:48 +01:00
|
|
|
bootstrap="vendor/autoload.php">
|
2013-07-24 23:18:41 +02:00
|
|
|
<php>
|
|
|
|
<const name="WEBSERVER_PORT" value="8000" />
|
|
|
|
</php>
|
|
|
|
|
2013-07-19 11:28:23 +02:00
|
|
|
<testsuites>
|
2017-03-15 10:25:48 +01:00
|
|
|
<testsuite name="BeSimpleSoapTestSuite">
|
|
|
|
<directory>tests</directory>
|
2013-07-19 11:28:23 +02:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|