fixup! TestCase for BadConfigurationException in BigInteger

This commit is contained in:
PCF 2017-09-30 03:23:39 +02:00
parent 43803c6872
commit e598a027b8
No known key found for this signature in database
GPG Key ID: 66C3BD48B2EB2CBA

View File

@ -55,6 +55,7 @@ ENGINE
/** /**
* BigInteger should choose another engine if one is not valid * BigInteger should choose another engine if one is not valid
* @dataProvider provideBadConfigurationException * @dataProvider provideBadConfigurationException
* @preserveGlobalState disabled
* @runInSeparateProcess mocks must not disturb other tests * @runInSeparateProcess mocks must not disturb other tests
*/ */
public function testBadConfigurationException($expectedClass, ...$engines) { public function testBadConfigurationException($expectedClass, ...$engines) {