1
0
mirror of https://github.com/flarum/core.git synced 2025-08-11 19:04:29 +02:00

[wip] 1211 mariadb compatibility (#1440)

fixes #1211 

As we've already upgraded our minimum requirement to 7.1 there's no current need to force a constraint on dbal 2.7+.
This commit is contained in:
Daniël Klabbers
2018-05-29 05:51:22 +02:00
committed by GitHub
parent 35dd90efed
commit 75f237b674
3 changed files with 28 additions and 9 deletions

View File

@@ -19,4 +19,9 @@
<exclude>./tests/Install</exclude>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src/</directory>
</whitelist>
</filter>
</phpunit>