We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afdf67 commit 0ddcfbbCopy full SHA for 0ddcfbb
1 file changed
tests/MaxMind/Db/Test/Reader/DecoderTest.php
@@ -303,8 +303,6 @@ public function generateLargeUint(int $bits): array
303
$expected = bcsub(bcpow('2', (string) (8 * $power)), '1');
304
} else {
305
$this->markTestSkipped('This test requires gmp or bcmath.');
306
-
307
- return;
308
}
309
$input = [$power, $ctrlByte];
310
for ($i = 2; $i < 2 + $power; ++$i) {
0 commit comments