File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
test/Test/Spreadsheet/Excel/Writer Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments