You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
660 B
24 lines
660 B
<phpunit
|
|
bootstrap="tests/bootstrap.php"
|
|
colors="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
convertErrorsToExceptions="true"
|
|
syntaxCheck="true"
|
|
verbose="true"
|
|
>
|
|
<php>
|
|
<env name="ES_TEST_HOST" value="http://localhost:9200"/>
|
|
</php>
|
|
<testsuites>
|
|
<testsuite>
|
|
<directory>tests</directory>
|
|
<exclude>tests/Elasticsearch/Tests/YamlRunnerTest.php</exclude>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist>
|
|
<directory suffix=".php">src</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|
|
|