Commit Graph

6 Commits

Author SHA1 Message Date
Alexey Kopytko 2fc22c490b
Updated CI config for Travis, preload OLE (#16)
* Test only on supported PHP versions on Travis CI.

* Preload OLE.php as contains important constants.
Were getting: Use of undefined constant OLE_PPS_TYPE_FILE - assumed 'OLE_PPS_TYPE_FILE' (this will throw an Error in a future version of PHP) in OLE/PPS/File.php:60

* Forbid installing on PHP 7.3 for time being.
pear/OLE does not really work on PHP 7.3, so this package is also unusable there.
2018-10-23 10:53:35 +09:00
Alexey Kopytko 30f5697ed7 Additional tests with default version, and with formats 2016-06-16 13:22:23 +09:00
Alexey Kopytko 760a4dd307 Fixed autoloading for tests 2016-06-16 13:22:23 +09:00
Alexey Kopytko 22c7e1705f New timestamp field should respect existing style for variable names 2016-06-16 13:22:23 +09:00
Alexey Kopytko 923008d208 Added ability to test with fixtures
- Now we can specify exact timestamp
- Current fixture example.xls is readable
2016-06-16 13:22:18 +09:00
stevleibelt 3d299d9938 started unit test fixed error for Spreadsheet_Excel_Writer_Workbook::setVersion() 2016-01-17 21:24:28 +01:00