We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a56b1f commit 7218fb5Copy full SHA for 7218fb5
2 files changed
phpunit.xml
@@ -7,7 +7,8 @@
7
convertNoticesToExceptions="true"
8
convertWarningsToExceptions="true"
9
processIsolation="false"
10
- stopOnFailure="true">
+ stopOnFailure="false"
11
+>
12
<testsuites>
13
<testsuite name="unit">
14
<directory>./tests/unit</directory>
src/Database/Adapter/SQLite.php
@@ -1876,4 +1876,9 @@ public function getSupportForAlterLocks(): bool
1876
{
1877
return false;
1878
}
1879
+
1880
+ public function getSupportNonUtcCharacters(): bool
1881
+ {
1882
+ return false;
1883
+ }
1884
0 commit comments