Skip to content

Commit 7218fb5

Browse files
committed
phpunit.xml
1 parent 2a56b1f commit 7218fb5

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

phpunit.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
99
processIsolation="false"
10-
stopOnFailure="true">
10+
stopOnFailure="false"
11+
>
1112
<testsuites>
1213
<testsuite name="unit">
1314
<directory>./tests/unit</directory>

src/Database/Adapter/SQLite.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1876,4 +1876,9 @@ public function getSupportForAlterLocks(): bool
18761876
{
18771877
return false;
18781878
}
1879+
1880+
public function getSupportNonUtcCharacters(): bool
1881+
{
1882+
return false;
1883+
}
18791884
}

0 commit comments

Comments
 (0)