PhpSpreadsheet/tests/PhpSpreadsheetTests
Maxim Bulygin 6561494e32
Add possibility to check validity of a cell value, based on data validation rules
`$cell->hasValidValue()` returns true if the cell has a value which conform to the
rules defined in `$cell->getDataValidation()`.

Closes #257
2017-10-31 14:07:24 +09:00
..
Calculation Rename classes to keep them in their related namespaces 2017-10-29 17:39:42 +09:00
Cell Add possibility to check validity of a cell value, based on data validation rules 2017-10-31 14:07:24 +09:00
Chart Remove unused variables and parameters 2017-10-29 14:09:38 +09:00
Collection Rename classes to keep them in their related namespaces 2017-10-29 17:39:42 +09:00
Custom Avoid underscore in property names 2017-10-08 14:37:11 +09:00
Helper Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00
Reader Rename classes to keep them in their related namespaces 2017-10-29 17:39:42 +09:00
Shared Upgrade to PHP-CS-Fixer 2.7 2017-10-01 20:07:04 +09:00
Style Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00
Worksheet Rename classes to keep them in their related namespaces 2017-10-29 17:39:42 +09:00
Writer change array_push() to $array[] (#254) 2017-10-19 11:07:31 +09:00
IOFactoryTest.php Simplify IOFactory to rely on autoloading 2017-10-22 01:54:14 +09:00
ReferenceHelperTest.php Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00
SampleTest.php Upgrade chart rendering support to be composer based 2017-10-29 01:58:42 +09:00
SettingsTest.php Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00