MarkBaker
1fda83de96
Remember to re-baseline phpstan before final commit and push because of method name changes
2022-07-18 16:28:53 +02:00
MarkBaker
0998e72a2e
Eliminate underscore prefix in method names... no longer needed as an indicator that a method should be internal only
2022-04-26 22:40:10 +02:00
MarkBaker
e41c4280f6
Initial creation of the version 2.0 Development branch
...
Start removing some of the deprecations, starting with the old Excel Function implementations.
2022-04-25 10:30:45 +02:00
Mark Baker
c10d86eb9c
Start work on array-enabling the Lookup and Reference functions ( #2602 )
...
* Start work on array-enabling the Lookup and Reference functions
Requires a new method (`evaluateArrayArgumentsSubsetFrom()`) in the `ArrayEnabled` Trait to handle functions where the arguments that need special array handling are trailing rather than leading arguments
2022-02-19 18:36:50 +01:00
Adrien Crivelli
49f87de165
Reduce PHPStan error in tests
2021-04-12 11:10:23 +09:00
Adrien Crivelli
fcd9f10663
Update PHP-CS-Fixer rules
2020-05-18 13:49:57 +09:00
Adrien Crivelli
e868e58d20
Allow to run an entire folder of tests
...
We now can do something like:
```sh
./vendor/bin/phpunit tests/PhpSpreadsheetTests/Reader/
```
2020-05-17 18:35:55 +09:00
Adrien Crivelli
f1a019e492
Upgrad PHP deps
2020-04-27 19:29:45 +09:00
MarkBaker
f14e5ea837
More refactoring Excel of Calculation Function Unit Tests
2019-07-27 16:35:27 +02:00