Commit Graph

7 Commits

Author SHA1 Message Date
Owen Leibman f0f7449e2d Update Phpunit Configuration File
After upgrading, Phpunit indicates that the current schema is deprecated. Used Phpunit's own `--migrate-configuration` option to create current version.
2021-11-18 13:02:20 +09:00
Adrien Crivelli cfb8b2f9e3 Use current PHPUnit configuration xsd 2020-05-17 18:38:49 +09:00
Adrien Crivelli 385b83362f Keep PHPUnit result out of project 2020-04-27 21:16:53 +09:00
Adrien Crivelli b2070fd181 Upgrade to phpunit 7.5 2019-07-24 23:45:43 -07:00
Adrien Crivelli ea5663bc00 Drop support for PclZip
Over the years PclZip became a maintenance problem. It's code base
is old and the official project seems to have died out. ZipArchive
is now more commonly available and offer an easier and more complete
API. So PclZip was dropped in order to focus our efforts on what matters.

Closes #18
2017-03-11 11:48:46 +09:00
Adrien Crivelli 29bdbd4e0b Respect PSR-0 with matching folder name and namespace PhpSpreadsheetTests 2016-08-25 13:53:15 +09:00
Adrien Crivelli 685e29d8ff Report coverage to Scrutinizer 2016-08-16 23:38:24 +09:00