diff --git a/tests/Unit/Math/BigIntegerTest.php b/tests/Unit/Math/BigIntegerTest.php index 191be626..b79aa0c0 100644 --- a/tests/Unit/Math/BigIntegerTest.php +++ b/tests/Unit/Math/BigIntegerTest.php @@ -55,6 +55,7 @@ ENGINE /** * BigInteger should choose another engine if one is not valid * @dataProvider provideBadConfigurationException + * @preserveGlobalState disabled * @runInSeparateProcess mocks must not disturb other tests */ public function testBadConfigurationException($expectedClass, ...$engines) {