Skip to content

Commit

Permalink
Restore Accidentally Disabled Test
Browse files Browse the repository at this point in the history
  • Loading branch information
oleibman committed Dec 15, 2024
1 parent f6ee1f2 commit dfc2fe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static function providerXOR(): array
* @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)");
Expand Down

0 comments on commit dfc2fe6

Please sign in to comment.