@@ -479,7 +479,7 @@ public function testParseTableAndCellWidth(): void
479
479
{
480
480
$ phpWord = new PhpWord ();
481
481
$ section = $ phpWord ->addSection ([
482
- 'orientation ' => \ PhpOffice \ PhpWord \ Style \Section::ORIENTATION_LANDSCAPE ,
482
+ 'orientation ' => Style \Section::ORIENTATION_LANDSCAPE ,
483
483
]);
484
484
485
485
// borders & backgrounds are here just for better visual comparison
@@ -548,7 +548,7 @@ public function testParseTableRowHeight(): void
548
548
{
549
549
$ phpWord = new PhpWord ();
550
550
$ section = $ phpWord ->addSection ([
551
- 'orientation ' => \ PhpOffice \ PhpWord \ Style \Section::ORIENTATION_LANDSCAPE ,
551
+ 'orientation ' => Style \Section::ORIENTATION_LANDSCAPE ,
552
552
]);
553
553
554
554
$ html = <<<HTML
@@ -629,7 +629,7 @@ public function testParseTableCellspacingRowBgColor(): void
629
629
{
630
630
$ phpWord = new PhpWord ();
631
631
$ section = $ phpWord ->addSection ([
632
- 'orientation ' => \ PhpOffice \ PhpWord \ Style \Section::ORIENTATION_LANDSCAPE ,
632
+ 'orientation ' => Style \Section::ORIENTATION_LANDSCAPE ,
633
633
]);
634
634
635
635
// borders & backgrounds are here just for better visual comparison
@@ -670,7 +670,7 @@ public function testParseTableStyleAttributeInlineStyle(): void
670
670
{
671
671
$ phpWord = new PhpWord ();
672
672
$ section = $ phpWord ->addSection ([
673
- 'orientation ' => \ PhpOffice \ PhpWord \ Style \Section::ORIENTATION_LANDSCAPE ,
673
+ 'orientation ' => Style \Section::ORIENTATION_LANDSCAPE ,
674
674
]);
675
675
676
676
$ html = '<table style="background-color:red;width:100%;" bgColor="lightgreen" width="50%">
0 commit comments