Skip to content

Commit 3df80f9

Browse files
committed
Restore Accidentally Disabled Test
1 parent 01aabc6 commit 3df80f9

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
@@ -22,7 +22,7 @@ public static function providerXOR(): array
2222
/**
2323
* @dataProvider providerXORLiteral
2424
*/
25-
public function xtestXORLiteral(mixed $expectedResult, string $formula): void
25+
public function testXORLiteral(mixed $expectedResult, float|string $formula): void
2626
{
2727
$sheet = $this->getSheet();
2828
$sheet->getCell('A1')->setValue("=XOR($formula)");

0 commit comments

Comments
 (0)