PHPWord/tests/PhpWord/_includes
Michaël Dupont 072c3bfdb3 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-08 15:47:53 +01:00
..
AbstractTestReader.php update copyright to 2018 2018-03-08 23:52:25 +01:00
AbstractWebServerEmbeddedTest.php fix: PHPUnit test Process() format 2019-12-08 15:47:53 +01:00
TestHelperDOCX.php update copyright to 2018 2018-03-08 23:52:25 +01:00
TestableTemplateProcesor.php Add reading of the settings part 2019-02-04 23:59:37 +01:00
XmlDocument.php Ensure that entity_loader disable variable is re-set back to the original setting 2019-03-31 08:31:49 +11:00