PhpSpreadsheet/tests/PhpSpreadsheetTests/Functional
oleibman 2fac9ee2f7
Stacked Alignment - Use Class Constant Rather than Literal (#1716)
* Stacked Alignment - Use Class Constant Rather than Literal

PR #1580 defined constants for "stacked" alignment in cells.
Using those constants outside of Style/Alignment was beyond the
scope of the original PR, but I said I would get to it.
This PR replaces all uses of literal -165, and appropriate uses of
literal 255, with the named constants, and adds tests to make sure
that the changed code is covered in the test suite.
2021-02-03 23:53:04 +01:00
..
AbstractFunctional.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
ActiveSheetTest.php Stacked Alignment - Use Class Constant Rather than Literal (#1716) 2021-02-03 23:53:04 +01:00
ColumnWidthTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
CommentsTest.php Improve Coverage in src/PhpSpreadsheet 2020-11-27 06:50:01 -08:00
ConditionalStopIfTrueTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
ConditionalTextTest.php Save Excel 2010+ Functions Properly 2020-05-18 12:37:35 +09:00
DrawingImageHyperlinkTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
EnclosureTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
FreezePaneTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
MergedCellsTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
PrintAreaTest.php PrintArea Causes Exception 2020-07-26 12:15:57 +09:00
ReadBlankCellsTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
ReadFilterTest.php PSR12 code style 2020-07-26 14:13:11 +09:00
SelectedCellsTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
StreamTest.php Codestyle clean-ups 2020-10-09 16:08:20 +02:00
TypeAttributePreservationTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
WorkbookViewAttributesTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00