Skip to content

Commit dfc2fe6

Browse files
committed
Restore Accidentally Disabled Test
1 parent f6ee1f2 commit dfc2fe6

File tree

1 file changed

+1
-1
lines changed
  • tests/PhpSpreadsheetTests/Calculation/Functions/Logical

1 file changed

+1
-1
lines changed

tests/PhpSpreadsheetTests/Calculation/Functions/Logical/XorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static function providerXOR(): array
2525
* @param mixed $expectedResult
2626
* @param string $formula
2727
*/
28-
public function xtestXORLiteral($expectedResult, $formula): void
28+
public function testXORLiteral($expectedResult, $formula): void
2929
{
3030
$sheet = $this->getSheet();
3131
$sheet->getCell('A1')->setValue("=XOR($formula)");

0 commit comments

Comments
 (0)