PHPWord/tests/PhpWord
Owen Leibman e24b2e1ba7 ODT Changes
Implement a number of features implemented in PhpWord,
   but not yet supported in PhpWord ODT Writer.
1. Add default file to tests/PhpWord/_includes/XmlDocument.php to make it
   considerably easier to test ODT changes (and Word2007 changes involving
   files other that document.xml).
2. Page break before each section.
3. Page numbering start.
4. Font style for Headings.
5. Alignment for images.
6. Paragraph style for TextRun.
7. "Hide grammatical errors" for whole document.
8. Page layout for each section.
9. For each page layout, support user-specified page width, page height,
   orientation, margin top, margin bottom, margin left, margin right.
10. Page header and footer.
11. Named colors.
12. NoProof font style.
13. Paragraph Style - spaceBefore, spaceAfter, lineHeight, pageBreakBefore,
    indentation, text alignment.
14. Tab stops.
15. Basic support for some Fields (DATE, PAGE, NUMPAGES).
16. Link had an error in how it was handling internal links (needs leading #).
17. In addition to tests for all the above, added some tests for Tables.

Item 11 above needs 1 module from Pull Request 1775, which is targeted
    for v0.18.0 but not yet merged, so the relevant module is also here.
Item 15 above needs 1 module from Pull Request 1774, which is targeted
    for v0.18.0 but not yet merged, so the relevant module is also here.
Testing change from Pull Request 1771 is included here, but was
    merged after my fork.
2020-01-05 10:27:45 -08:00
..
Collection update copyright to 2018 2018-03-08 23:52:25 +01:00
ComplexType update copyright to 2018 2018-03-08 23:52:25 +01:00
Element Merge pull request #1637 from bhattnishant/master 2019-08-08 07:08:13 +02:00
Escaper Formatting changes in source code. 2019-11-17 00:07:02 -08:00
Exception update copyright to 2018 2018-03-08 23:52:25 +01:00
Metadata update copyright to 2018 2018-03-08 23:52:25 +01:00
Reader fix warnings 2019-02-05 23:05:18 +01:00
Shared trim color codes and add tests 2019-02-06 22:07:42 +01:00
Style implement support for section vAlign 2019-02-05 21:42:14 +01:00
Writer ODT Changes 2020-01-05 10:27:45 -08:00
_files Use embedded http server to test loading of remote images 2018-12-30 14:14:27 +01:00
_includes ODT Changes 2020-01-05 10:27:45 -08:00
IOFactoryTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
MediaTest.php Improve unit test 2019-10-23 13:41:35 +05:00
PhpWordTest.php Improve unit test 2019-10-23 13:44:47 +05:00
SettingsTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
StyleTest.php Improve unit test 2019-10-23 13:46:58 +05:00
TemplateProcessorTest.php Add reading of the settings part 2019-02-04 23:59:37 +01:00