run all tests without mbstring support
commit3feb137a32f3f1a8b914eb9e97b396ec3cc7df89
authorAndreas Gohr <andi@splitbrain.org>
Tue, 2 Jun 2020 19:44:41 +0000 (2 21:44 +0200)
committerAndreas Gohr <andi@splitbrain.org>
Tue, 2 Jun 2020 19:44:41 +0000 (2 21:44 +0200)
treedb59e78285bb72e369bfb8c470a5afd9e5e35927
parent6dc405e1a9ebb71744870806e63d858076a67281
run all tests without mbstring support

The setup we had, where we tried to disable mbstring on a perclass basis
did not actually work because the define is set up in an early include
already.

Ideally we should probably make the check a static instead of a
constant.
_test/bootstrap.php