Merge remote-tracking branch 'origin/master' into 5.0.x

This commit is contained in:
William Cheng
2019-07-10 11:41:13 +08:00
785 changed files with 40091 additions and 3033 deletions

View File

@@ -11,15 +11,14 @@
<directory>./Tests/Model</directory>
</testsuite>
</testsuites>
<php>
<server name="KERNEL_DIR" value="Tests/" />
</php>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">././Api</directory>
<directory suffix=".php">././Model</directory>
</whitelist>
</filter>
<php>
<ini name="error_reporting" value="E_ALL" />
<server name="KERNEL_DIR" value="Tests/" />
</php>
</phpunit>