2016-09-29 14:09:23 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit bootstrap="vendor/autoload.php">
|
2016-09-30 10:20:53 +00:00
|
|
|
<testsuites>
|
|
|
|
<testsuite name="PHP Language Server Test Suite">
|
|
|
|
<directory>./tests</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2016-09-29 14:09:23 +00:00
|
|
|
|
2016-09-30 10:20:53 +00:00
|
|
|
<filter>
|
|
|
|
<whitelist>
|
|
|
|
<directory>./src</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
2017-04-02 12:08:45 +00:00
|
|
|
<php>
|
2017-06-09 18:25:30 +00:00
|
|
|
<ini name="memory_limit" value="1024M"/>
|
2017-04-02 12:08:45 +00:00
|
|
|
</php>
|
2016-09-29 14:09:23 +00:00
|
|
|
</phpunit>
|