diff --git a/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/XorTest.php b/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/XorTest.php index 922bd02bb0..2d08c9be47 100644 --- a/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/XorTest.php +++ b/tests/PhpSpreadsheetTests/Calculation/Functions/Logical/XorTest.php @@ -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)");