Formatting changes in source code.
This commit is contained in:
parent
2513e54540
commit
00f9bb5897
@ -20,7 +20,7 @@ namespace PhpOffice\PhpWord\Escaper;
|
||||
/**
|
||||
* 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 TRAILER = '}\\par';
|
||||
|
||||
@ -28,6 +28,7 @@ class ElementTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
return str_replace("\r\n", "\n", $field->write());
|
||||
}
|
||||
|
||||
/**
|
||||
* Test unmatched elements
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user