mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-04 22:50:27 +00:00
minor tweaks
This commit is contained in:
@@ -58,8 +58,8 @@ class CellArrayFormulaTest extends TestCase
|
||||
$spillageCell = $spreadsheet->getActiveSheet()->getCell($cellAddress);
|
||||
self::assertTrue($spillageCell->isInSpillageRange());
|
||||
|
||||
self::expectException(Exception::class);
|
||||
self::expectExceptionMessage("Cell {$cellAddress} is within the spillage range of a formula, and cannot be changed");
|
||||
$this->expectException(Exception::class);
|
||||
$this->expectExceptionMessage("Cell {$cellAddress} is within the spillage range of a formula, and cannot be changed");
|
||||
$spillageCell->setValue('PHP');
|
||||
|
||||
$spreadsheet->disconnectWorksheets();
|
||||
|
||||
Reference in New Issue
Block a user