We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01aabc6 commit 3df80f9Copy full SHA for 3df80f9
tests/PhpSpreadsheetTests/Calculation/Functions/Logical/XorTest.php
@@ -22,7 +22,7 @@ public static function providerXOR(): array
22
/**
23
* @dataProvider providerXORLiteral
24
*/
25
- public function xtestXORLiteral(mixed $expectedResult, string $formula): void
+ public function testXORLiteral(mixed $expectedResult, float|string $formula): void
26
{
27
$sheet = $this->getSheet();
28
$sheet->getCell('A1')->setValue("=XOR($formula)");
0 commit comments