Skip to content

Commit 921ca47

Browse files
committed
add justifyLastLine for test
1 parent 263c221 commit 921ca47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/PhpSpreadsheetTests/Writer/Xlsx/Issue3443Test.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function testNonDefaultAlign(): void
3737
$rsheet = $reloadedSpreadsheet->getActiveSheet();
3838
$expected1 = [
3939
'horizontal' => 'center',
40+
'justifyLastLine' => false,
4041
'indent' => 0,
4142
'readOrder' => 0,
4243
'shrinkToFit' => false,
@@ -78,6 +79,7 @@ public function testDefaultAlign(): void
7879
$rsheet = $reloadedSpreadsheet->getActiveSheet();
7980
$expected1 = [
8081
'horizontal' => 'general',
82+
'justifyLastLine' => false,
8183
'indent' => 0,
8284
'readOrder' => 0,
8385
'shrinkToFit' => false,

0 commit comments

Comments
 (0)