Skip to content

Commit

Permalink
Formatting changes in source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Leibman authored and Owen Leibman committed Nov 17, 2019
1 parent 2513e54 commit 00f9bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PhpWord/Escaper/RtfEscaper2Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* 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';
Expand Down
1 change: 1 addition & 0 deletions tests/PhpWord/Writer/RTF/ElementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function removeCr($field)
{
return str_replace("\r\n", "\n", $field->write());
}

/**
* Test unmatched elements
*/
Expand Down

0 comments on commit 00f9bb5

Please sign in to comment.