Commit Graph

5 Commits

Author SHA1 Message Date
Adrien Crivelli c319991c41
Delete Build system
It was obsolete and while we may re-introduce phar distribution in
the future, there are most likely easier way to that nowadays (via composer).
2016-08-26 18:11:03 +09:00
Adrien Crivelli 00657c906e
Reorganize unit tests
All code for unit tests is now under the `PhpSpreadsheet\Tests` namespace
which is autoloaded via composer mechanism. So there is no need for
`require()` anymore.

Also, tests were moved in `tests/` folder and phpunit should be executed from
the project root folder. This is to conform to the de facto standard, notably
in use in phpunit itself.
2016-08-14 02:29:33 +09:00
MarkBaker 5efd01f353 Modify export ignores 2016-01-15 01:19:39 +00:00
MarkBaker 0a949eb2d2 Modified gitattributes 2015-09-14 23:47:15 +01:00
Mark Baker 4779025701 General: Work item GH-98 - Split repository in order to improve distribution of the library via composer
Added .gitattributes file to identify files/folders that should be excluded from a composer distribution unless invoked as
    composer install --prefer-source
2013-03-22 14:09:22 +00:00