PHPWord/tests/PhpWord
Michaël Dupont aa44594ed3 fix: PHPUnit test Process() format
\Symfony\Component\Process\Process refuses being passed a string
with version > 5, which is installed with PHP > 7.2.5.

It also refuses being passed an array with version < 3.3, which is
installed with PHP < 5.5.9.

Solved by checking if Process::fromShellCommandLine() exists, which
was introduced in version 4.2.0.
2019-12-02 16:17:26 +01: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
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 Add support for basic fields in RTF writer. 2019-09-10 11:24:59 +02:00
_files Use embedded http server to test loading of remote images 2018-12-30 14:14:27 +01:00
_includes fix: PHPUnit test Process() format 2019-12-02 16:17:26 +01:00
IOFactoryTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
MediaTest.php Use embedded http server to test loading of remote images 2018-12-30 14:14:27 +01:00
PhpWordTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
SettingsTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
StyleTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
TemplateProcessorTest.php Add reading of the settings part 2019-02-04 23:59:37 +01:00