Formatting changes in source code.

This commit is contained in:
Owen Leibman 2019-11-17 00:07:02 -08:00
parent 2513e54540
commit 00f9bb5897
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ namespace PhpOffice\PhpWord\Escaper;
/** /**
* Test class for PhpOffice\PhpWord\Escaper\RTF * Test class for PhpOffice\PhpWord\Escaper\RTF
*/ */
class RtfEscaperTest extends \PHPUnit\Framework\TestCase class RtfEscaper2Test extends \PHPUnit\Framework\TestCase
{ {
const HEADER = '\\pard\\nowidctlpar {\\cf0\\f0 '; const HEADER = '\\pard\\nowidctlpar {\\cf0\\f0 ';
const TRAILER = '}\\par'; const TRAILER = '}\\par';

View File

@ -28,6 +28,7 @@ class ElementTest extends \PHPUnit\Framework\TestCase
{ {
return str_replace("\r\n", "\n", $field->write()); return str_replace("\r\n", "\n", $field->write());
} }
/** /**
* Test unmatched elements * Test unmatched elements
*/ */