Mark Baker
70f372d88c
Start refactoring the Lookup and Reference functions ( #1912 )
...
* Start refactoring the Lookup and Reference functions
- COLUMN(), COLUMNS(), ROW() and ROWS()
- LOOKUP(), VLOOKUP() and HLOOKUP()
- Refactor TRANSPOSE() and ADDRESS() functions into their own classes
* Additional unit tests
- LOOKUP()
- TRANSPOSE()
- ADDRESS()
2021-03-10 21:18:33 +01:00
Mark Baker
42e8680fc0
Statistics more unit tests ( #1889 )
...
* Additional unit tests
2021-03-02 18:01:39 +01: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
MarkBaker
905a697639
More work on refactoring Excel Calculation Function Unit Tests
2019-07-27 16:02:58 +02:00