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