MarkBaker
ff655bd47d
Resolve merge conflicts for master -> 2.0-dev
2022-09-26 10:07:07 +02:00
MarkBaker
541bf0f876
Merge branch 'master' into 2.0-Development
...
# Conflicts:
# docs/topics/calculation-engine.md
# phpstan-baseline.neon
# src/PhpSpreadsheet/Reader/Xlsx.php
# tests/PhpSpreadsheetTests/Calculation/Functions/Engineering/ConvertUoMTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/Engineering/ErfCTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/Engineering/ErfPreciseTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/Engineering/ErfTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/Engineering/ParseComplexTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/Financial/IrrTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/LookupRef/AddressTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/LookupRef/ColumnsTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/LookupRef/IndexTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/LookupRef/IndirectTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/LookupRef/RowsTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/MathTrig/FactTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/TextData/NumberValueTest.php
2022-09-25 16:57:54 +02:00
oleibman
252474c1bd
Scrutinizer Clean Up Tests ( #3061 )
...
* Scrutinizer Clean Up Tests
No source code involved.
* Scrutinizer Whack-a-mole
Fixed 17, added 10. Trying again.
* Simplify Some Tests
Eliminate some null assertions.
* Dead Code
Remove 2 statements.
2022-09-14 07:11:20 -07: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
Adrien Crivelli
49f87de165
Reduce PHPStan error in tests
2021-04-12 11:10:23 +09:00
Mark Baker
5d309e982c
Extract remaining Excel function unit tests into separate test classes for each function ( #1817 )
...
* Extract remaining Financial function unit tests into separate test classes for each function
This makes it easier to manage unit tests if they are individual files rather than all in a single file
It also provides a stepping stone toward making it easier to test Excel functions when Excel errors no longer return a string, but an actual Excel exception that can be handled more cleanly
2021-01-31 15:09:56 +01:00