mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-26 01:40:31 +00:00
More Phpstan Level 10 Prep - Readers
Also upgrade Phpstan.
This commit is contained in:
@@ -6,11 +6,13 @@ namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls;
|
||||
|
||||
use PhpOffice\PhpSpreadsheet\Reader\Xls;
|
||||
use PhpOffice\PhpSpreadsheet\Style\Conditional;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class ConditionalFormattingExpressionTest extends TestCase
|
||||
{
|
||||
#[\PHPUnit\Framework\Attributes\DataProvider('conditionalFormattingProvider')]
|
||||
/** @param mixed[][] $expectedRule */
|
||||
#[DataProvider('conditionalFormattingProvider')]
|
||||
public function testReadConditionalFormatting(string $expectedRange, array $expectedRule): void
|
||||
{
|
||||
$filename = 'tests/data/Reader/XLS/CF_Expression_Comparisons.xls';
|
||||
|
||||
Reference in New Issue
Block a user