PhpSpreadsheet/tests/PhpSpreadsheetTests
mosa ee700f7c7d change array_push() to $array[] (#254)
http://php.net/manual/en/function.array-push.php#refsect1-function.array-push-description

> Note: If you use array_push() to add one element to the array it's better to use $array[] = because in that way there is no overhead of calling a function.
2017-10-19 11:07:31 +09:00
..
Calculation Fix DAY() function with 0<x<1 input (#230) 2017-10-04 12:57:01 +09:00
Cell Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00
Chart Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00
Collection Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +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 Upgrade to PHP-CS-Fixer 2.7 2017-10-01 20:07:04 +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 More fixes from PhpStorm warnings 2017-10-08 02:00:30 +09:00
Writer change array_push() to $array[] (#254) 2017-10-19 11:07:31 +09:00
CalculationTest.php Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00
CellTest.php Upgrade to PHP-CS-Fixer 2.7 2017-10-01 20:07:04 +09:00
IOFactoryTest.php Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00
ReferenceHelperTest.php Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00
SampleTest.php Re-enable tests on samples 2017-10-01 18:18:45 +09:00
SettingsTest.php Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00
WorksheetTest.php Use `self::assert*()` instead of `$this->assert*()` 2017-09-22 14:22:44 +09:00