Update PHPunit tests

This commit is contained in:
Clemens Schwaighofer
2022-03-28 17:41:32 +09:00
parent c464a7d884
commit d6baf58231
4 changed files with 20 additions and 10 deletions

View File

@@ -2646,7 +2646,8 @@ final class CoreLibsDBIOTest extends TestCase
'level' => 'error',
'id' => '51',
'error' => 'Max query call needs to be set to at least 1',
'source' => 'main::run::run::run::run::run::run::runBare::runTest::testDbErrorHandling::dbSetMaxQueryCall',
// run:: can be +1 if called in set and not direct
'source' => "/^main::run::run::run::run::run::run::(run::)?runBare::runTest::testDbErrorHandling::dbSetMaxQueryCall$/",
'pg_error' => '',
'msg' => '',
]