PhpSpreadsheet/tests/PhpSpreadsheetTests
Adrien Crivelli 2922a13764
Reorganize code samples
This introduce a helper class that should be used to log things,
avoiding a lot of boilerplate code.

Also all output are made in /tmp folder instead of beside the script
itself. This is because there is a high chance that the folder containing
the script is not writtable by webserver. So using the /tmp folder
makes it more likely to works in a variety of setup.
2016-09-01 01:17:13 +09:00
..
Calculation Avoid `call_user_func()` whenever possible 2016-08-26 15:39:29 +09:00
Cell Avoid `call_user_func()` whenever possible 2016-08-26 15:39:29 +09:00
Chart Remove unused variables 2016-08-26 15:05:40 +09:00
Custom Respect PSR-0 with matching folder name and namespace `PhpSpreadsheetTests` 2016-08-25 13:53:15 +09:00
Reader Respect PSR-0 with matching folder name and namespace `PhpSpreadsheetTests` 2016-08-25 13:53:15 +09:00
Shared Avoid `call_user_func()` whenever possible 2016-08-26 15:39:29 +09:00
Style Respect PSR-0 with matching folder name and namespace `PhpSpreadsheetTests` 2016-08-25 13:53:15 +09:00
Worksheet Respect PSR-0 with matching folder name and namespace `PhpSpreadsheetTests` 2016-08-25 13:53:15 +09:00
CalculationTest.php Respect PSR-0 with matching folder name and namespace `PhpSpreadsheetTests` 2016-08-25 13:53:15 +09:00
CellTest.php Avoid `call_user_func()` whenever possible 2016-08-26 15:39:29 +09:00
ReferenceHelperTest.php Respect PSR-0 with matching folder name and namespace `PhpSpreadsheetTests` 2016-08-25 13:53:15 +09:00
SampleTest.php Reorganize code samples 2016-09-01 01:17:13 +09:00
SettingsTest.php Avoid `call_user_func()` whenever possible 2016-08-26 15:39:29 +09:00