PhpSpreadsheet/tests
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
..
PhpSpreadsheetTests Bugfix/remove column out of range (#1197) 2019-10-28 18:52:06 +01:00
data Merge branch 'master' into Further-Test-Refactoring 2019-09-20 16:04:36 -07:00
bootstrap.php Simplify bootstrap for tests 2017-01-23 15:05:41 +09:00