PhpSpreadsheet/tests
Owen Leibman b533f43f75 Improve Coverage for HashTable, Fix Clone
Add unit tests to cover all of HashTable. I was hoping to do this without source changes, but this class does require a deep clone, and, as the new unit tests revealed, the existing code did not fill the bill - it cloned objects, but not arrays which contained objects, and all the object variables in this class are arrays which can contain objects.
2021-05-30 13:03:37 +02:00
..
PhpSpreadsheetTests Improve Coverage for HashTable, Fix Clone 2021-05-30 13:03:37 +02:00
data Typehinting to keep phpstan happy 2021-05-29 13:35:42 +02:00
bootstrap.php 100% Coverage for Calculation/DateTime (#1870) 2021-02-27 20:43:22 +01:00