PhpSpreadsheet/tests/PhpSpreadsheetTests
Adrien Crivelli fd9c925a7b
Refactor CachedObjectStorage to PSR-16
This drop a lot of non-core features code and delegate their maintainance
to third parties. Also it open the door to any missing implementation
out of the box, such as Redis for the moment.

Finally this consistently enforce a constraint where there can be one and
only one active cell at any point in time in code. This used to be true for
non-default implementation of cache, but it was not true for default
implementation where all cells were kept in-memory and thus were never
detached from their worksheet and thus were all kept functionnal at any
point in time.

This inconsistency of behavior between in-memory and off-memory could
lead to bugs when changing cache system if the end-user code was badly
written. Now end-user will never be able to write buggy code in the first
place, avoiding future headache when introducing caching.

Closes #3
2017-04-14 16:56:27 +09:00
..
Calculation MATCH function behavior when third parameter is equal to 1 or -1 2017-04-01 12:36:02 +09:00
Cell Refactor CachedObjectStorage to PSR-16 2017-04-14 16:56:27 +09:00
Chart Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
Collection Refactor CachedObjectStorage to PSR-16 2017-04-14 16:56:27 +09:00
Custom Upgrade to PHP-CS-Fixer 2.0 2016-12-22 23:46:26 +09:00
Helper Introduce a tool to migrate from PHPExcel to PhpSpreadsheet 2016-11-28 00:13:57 +09:00
Reader Refactor CachedObjectStorage to PSR-16 2017-04-14 16:56:27 +09:00
Shared Drop checks for mbstring existence 2017-02-16 11:56:22 +09:00
Style Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
Worksheet Refactor CachedObjectStorage to PSR-16 2017-04-14 16:56:27 +09:00
Writer/Ods Document ODS supported features 2017-03-06 14:40:27 +09:00
CalculationTest.php Drop PHPSPREADSHEET_ROOT constant 2017-01-23 15:35:10 +09:00
CellTest.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IOFactoryTest.php Standardize writers and readers name to be the format most common extension in CamelCase 2017-01-22 17:39:23 +09:00
ReferenceHelperTest.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
SampleTest.php Re-enable unit tests that should work again now 2017-04-01 14:17:53 +09:00
SettingsTest.php Settings: deleted libxml_disable_entity_loader() calls (#113) 2017-03-12 22:00:46 +09:00