PhpSpreadsheet/tests/PhpSpreadsheetTests/Shared
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
..
CodePageTest.php Code Coverage for Shared\CodePage (#1491) 2020-05-24 19:51:28 +09:00
DateTest.php Fix Issue 1441 (isDateTime and Formulas) (#1480) 2020-05-24 20:02:39 +02:00
FileTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
FontTest.php Stacked Alignment - Use Class Constant Rather than Literal (#1716) 2021-02-03 23:53:04 +01:00
OLEReadTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
PasswordHasherTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
StringHelperTest.php Restoring State After Static Changes in Tests (#1571) 2020-07-15 13:23:00 +02:00
TimeZoneTest.php Fix Issue 1441 (isDateTime and Formulas) (#1480) 2020-05-24 20:02:39 +02:00