We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263c221 commit 921ca47Copy full SHA for 921ca47
tests/PhpSpreadsheetTests/Writer/Xlsx/Issue3443Test.php
@@ -37,6 +37,7 @@ public function testNonDefaultAlign(): void
37
$rsheet = $reloadedSpreadsheet->getActiveSheet();
38
$expected1 = [
39
'horizontal' => 'center',
40
+ 'justifyLastLine' => false,
41
'indent' => 0,
42
'readOrder' => 0,
43
'shrinkToFit' => false,
@@ -78,6 +79,7 @@ public function testDefaultAlign(): void
78
79
80
81
'horizontal' => 'general',
82
83
84
85
0 commit comments