Restore Accidentally Disabled Test

This commit is contained in:
oleibman
2024-12-15 14:33:53 -08:00
parent f6ee1f29d2
commit dfc2fe68cc
@@ -25,7 +25,7 @@ class XorTest extends AllSetupTeardown
* @param mixed $expectedResult
* @param string $formula
*/
public function xtestXORLiteral($expectedResult, $formula): void
public function testXORLiteral($expectedResult, $formula): void
{
$sheet = $this->getSheet();
$sheet->getCell('A1')->setValue("=XOR($formula)");