We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879fe21 commit 8bc19ceCopy full SHA for 8bc19ce
1 file changed
tests/BCMathTest.php
@@ -162,7 +162,6 @@ public static function providePowCases(): iterable
162
*/
163
#[DataProvider('providePowCases')]
164
#[RequiresPhp('>7.3')]
165
- #[\PHPUnit\Framework\Attributes\DataProvider('providePowCases')]
166
public function testPow(string $base, string $exponent, ?int $scale = null): void
167
{
168
$a = $scale !== null ? bcpow($base, $exponent, $scale) : bcpow($base, $exponent);
0 commit comments