Restore Accidentally Disabled Test

This commit is contained in:
oleibman
2024-12-15 14:48:25 -08:00
parent 01aabc6a77
commit 3df80f9a46
@@ -22,7 +22,7 @@ class XorTest extends AllSetupTeardown
/**
* @dataProvider providerXORLiteral
*/
public function xtestXORLiteral(mixed $expectedResult, string $formula): void
public function testXORLiteral(mixed $expectedResult, float|string $formula): void
{
$sheet = $this->getSheet();
$sheet->getCell('A1')->setValue("=XOR($formula)");