Skip to content

Commit ae03660

Browse files
committed
cs
1 parent 9541ae8 commit ae03660

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

test/Test/Spreadsheet/Excel/Writer/ParserTest.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,5 @@ public function testDuplicatePtgValues()
102102
// Verify that ptgMemNoMem exists with value 0x28
103103
// (The duplicates at 0x48 and 0x68 are commented out per Excel spec)
104104
$this->assertSame(0x28, $ptg['ptgMemNoMem'], 'ptgMemNoMem should be 0x28');
105-
106-
// Verify the incorrectly named variants don't exist
107-
$this->assertArrayNotHasKey('ptgMemNoMemV', $ptg,
108-
'ptgMemNoMemV should not exist (Excel spec calls it ptgMemNoMem)');
109-
$this->assertArrayNotHasKey('ptgMemNoMemA', $ptg,
110-
'ptgMemNoMemA should not exist (Excel spec calls it ptgMemNoMem)');
111105
}
112-
}
106+
}

test/Test/Spreadsheet/Excel/Writer/WorksheetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ public function testGetDataClearsDataProperty()
101101
// Check that _data is now null (not unset)
102102
$this->assertNull($property->getValue($this->worksheet));
103103
}
104-
}
104+
}

0 commit comments

Comments
 (0)