Start Calculation Changes

This commit is contained in:
oleibman
2025-05-08 22:44:13 -07:00
parent 130c6e99d2
commit e53a04b016
41 changed files with 262 additions and 126 deletions
@@ -4,9 +4,12 @@ declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\TextData;
use PHPUnit\Framework\Attributes\DataProvider;
class ArrayToTextTest extends AllSetupTeardown
{
#[\PHPUnit\Framework\Attributes\DataProvider('providerARRAYTOTEXT')]
/** @param mixed[] $testData */
#[DataProvider('providerARRAYTOTEXT')]
public function testArrayToText(string $expectedResult, array $testData, int $mode): void
{
$worksheet = $this->getSheet();