From c12ffe0b373bc86f3cc01da10701d7907f987b57 Mon Sep 17 00:00:00 2001 From: PCF <32403010+pcf0@users.noreply.github.com> Date: Sat, 30 Sep 2017 02:46:49 +0200 Subject: [PATCH] TestCase for BadConfigurationException in BigInteger --- tests/Unit/Math/BigIntegerTest.php | 69 ++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 tests/Unit/Math/BigIntegerTest.php diff --git a/tests/Unit/Math/BigIntegerTest.php b/tests/Unit/Math/BigIntegerTest.php new file mode 100644 index 00000000..191be626 --- /dev/null +++ b/tests/Unit/Math/BigIntegerTest.php @@ -0,0 +1,69 @@ +toString()); + } +}