PHPWord/tests/PhpWord
Frank Liepert 6a6497956d Allow to set "autoHyphenation" setting (#1282)
* Allow to set "autoHyphenation" for document
* Allow to set "consecutiveHyphenLimit" for document
* Allow to set "hyphenationZone" for document
* Allow to set "doNotHyphenateCaps" for document
* Allow to set "suppressAutoHyphens" for paragraph
* randomize the tempDir more
* Word2007 parsing title formatting (#1297)
* Improve Title parsing
- Title should be able to contain TextRun
- Style 'Title' should be treated the same with as Heading
- Add tests for Heading/Title reader
* update the documentation and the changelog
* PHP 7.2 build should not fail anymore
* fix parsing of footnotes and endnotes
* add method to remove an element from a section
* add method to allow sorting of sections
2018-03-06 22:19:39 +01:00
..
Collection Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase 2017-11-09 06:36:47 -02:00
ComplexType Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase 2017-11-09 06:36:47 -02:00
Element Allow to set "autoHyphenation" setting (#1282) 2018-03-06 22:19:39 +01:00
Exception Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase 2017-11-09 06:36:47 -02:00
Metadata Allow to set "autoHyphenation" setting (#1282) 2018-03-06 22:19:39 +01:00
Reader Allow to set "autoHyphenation" setting (#1282) 2018-03-06 22:19:39 +01:00
Shared Fix HTML parsing when style attribute is empty (#1295) 2018-02-27 23:24:00 +01:00
Style Allow to set "autoHyphenation" setting (#1282) 2018-03-06 22:19:39 +01:00
Writer Allow to set "autoHyphenation" setting (#1282) 2018-03-06 22:19:39 +01:00
_files correctly parse on/off values (w:val="true|false|1|0|on|off") 2017-12-13 07:47:49 +01:00
_includes Word2007 parsing title formatting (#1297) 2018-03-06 06:34:55 +01:00
IOFactoryTest.php Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase 2017-11-09 06:36:47 -02:00
MediaTest.php Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase 2017-11-09 06:36:47 -02:00
PhpWordTest.php Allow to set "autoHyphenation" setting (#1282) 2018-03-06 22:19:39 +01:00
SettingsTest.php Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase 2017-11-09 06:36:47 -02:00
StyleTest.php Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase 2017-11-09 06:36:47 -02:00
TemplateProcessorTest.php Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase 2017-11-09 06:36:47 -02:00