PhpSpreadsheet/tests/PhpSpreadsheetTests/Worksheet
David Arenas 89066d2568 Bugfix/remove column out of range (#1197)
* Call garbage collector after removing a column

Otherwise callers of getHighestColumn get stale values

* Update changelog

* Fix remove a column out of range removes the last column

Given:
+---+---+
| A | B |
+---+---+
Attempting to remove 'D', should not alter the worksheet

* Avoid side effects when trying to remove more columns than exists
2019-10-28 18:52:06 +01:00
..
AutoFilter Migrate away from deprecated PHPUnit asserts 2019-07-25 10:15:53 -07:00
AutoFilterTest.php Migrate away from deprecated PHPUnit asserts 2019-07-25 10:15:53 -07:00
ColumnCellIteratorTest.php Allow iterators to go out of bounds with prev() 2018-08-19 14:02:17 +09:00
ColumnIteratorTest.php Allow iterators to go out of bounds with prev() 2018-08-19 14:02:17 +09:00
ColumnTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
DrawingTest.php Avoid memory exhaustion when cloning worksheet with a drawing 2018-08-05 13:21:01 +09:00
IteratorTest.php Allow iterators to go out of bounds with prev() 2018-08-19 14:02:17 +09:00
RowCellIteratorTest.php Allow iterators to go out of bounds with prev() 2018-08-19 14:02:17 +09:00
RowIteratorTest.php Allow iterators to go out of bounds with prev() 2018-08-19 14:02:17 +09:00
RowTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
WorksheetTest.php Bugfix/remove column out of range (#1197) 2019-10-28 18:52:06 +01:00