We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ee1f2 commit dfc2fe6Copy full SHA for dfc2fe6
tests/PhpSpreadsheetTests/Calculation/Functions/Logical/XorTest.php
@@ -25,7 +25,7 @@ public static function providerXOR(): array
25
* @param mixed $expectedResult
26
* @param string $formula
27
*/
28
- public function xtestXORLiteral($expectedResult, $formula): void
+ public function testXORLiteral($expectedResult, $formula): void
29
{
30
$sheet = $this->getSheet();
31
$sheet->getCell('A1')->setValue("=XOR($formula)");
0 commit comments