mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-10 10:06:30 +00:00
Restore Accidentally Disabled Test
This commit is contained in:
@@ -22,7 +22,7 @@ class XorTest extends AllSetupTeardown
|
||||
/**
|
||||
* @dataProvider providerXORLiteral
|
||||
*/
|
||||
public function xtestXORLiteral(mixed $expectedResult, string $formula): void
|
||||
public function testXORLiteral(mixed $expectedResult, float|string $formula): void
|
||||
{
|
||||
$sheet = $this->getSheet();
|
||||
$sheet->getCell('A1')->setValue("=XOR($formula)");
|
||||
|
||||
Reference in New Issue
Block a user