From e598a027b852b7be9e984654d48b691bde24b42e Mon Sep 17 00:00:00 2001 From: PCF <32403010+pcf0@users.noreply.github.com> Date: Sat, 30 Sep 2017 03:23:39 +0200 Subject: [PATCH] fixup! TestCase for BadConfigurationException in BigInteger --- tests/Unit/Math/BigIntegerTest.php | 1 + 1 file changed, 1 insertion(+) 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) {