bump minimum php version to 5.6 and update test libs

This commit is contained in:
Robin Appelman 2019-03-11 12:54:05 +01:00
commit 07471f9778
3 changed files with 12 additions and 13 deletions

View file

@ -3,4 +3,10 @@
<testsuite name='Stream'>
<directory suffix='.php'>./</directory>
</testsuite>
<filter>
<whitelist Stream="true">
<directory suffix=".php">../src</directory>
</whitelist>
</filter>
</phpunit>