PhpSpreadsheet/tests/PhpSpreadsheetTests
Dalibor Karlović 5e090d1af0
Allow iterators to go out of bounds with prev()
Iterators prev() behavior is now consistent with next(), meaning
that it can go out of bounds and it must be validated with valid()
before using it.

Fixes #587
Fixes #627
2018-08-19 14:02:17 +09:00
..
Calculation Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
Cell Throw exception for invalid range to prevent infinite loop 2018-06-10 13:34:10 +09:00
Chart Use line width for data series when rendering Xlsx 2018-01-22 11:50:53 +09:00
Collection Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
Custom Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
Functional Column dimensions are read by Reader\Xlsx 2018-08-06 10:33:27 +09:00
Helper Migrator only replaced "PHPExcel" 2018-08-05 23:03:04 +09:00
Reader Could not open CSV file containing HTML fragment 2018-06-25 11:12:27 +09:00
Shared Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#271) 2017-11-09 00:48:01 +09:00
Style Chained operations on cell ranges involving borders are now possible 2018-07-15 12:19:54 +09:00
Worksheet Allow iterators to go out of bounds with prev() 2018-08-19 14:02:17 +09:00
Writer Fix spacing according to Scrutinizer 2018-05-12 22:02:46 +09:00
IOFactoryTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
ReferenceHelperTest.php Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#271) 2017-11-09 00:48:01 +09:00
SettingsTest.php Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#271) 2017-11-09 00:48:01 +09:00