mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-14 03:56:40 +00:00
Restore Accidentally Disabled Test
This commit is contained in:
@@ -25,7 +25,7 @@ class XorTest extends AllSetupTeardown
|
||||
* @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)");
|
||||
|
||||
Reference in New Issue
Block a user