mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-31 04:28:51 +00:00
Add test for unsupported icon sets
This commit is contained in:
@@ -76,5 +76,12 @@ class ConditionalIconSetTest extends AbstractFunctional
|
||||
|
||||
++$columnIndex;
|
||||
}
|
||||
|
||||
// unsupported icon sets
|
||||
for ($columnIndex = 'R'; $columnIndex <= 'U'; ++$columnIndex) {
|
||||
$styles = $worksheet->getConditionalStyles("{$columnIndex}2:{$columnIndex}11");
|
||||
$iconSet = $styles[0]->getIconSet();
|
||||
self::assertNull($iconSet);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user