mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-23 16:49:29 +00:00
Start Calculation Changes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user