We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3527052 commit ea7a670Copy full SHA for ea7a670
tests/PhpWordTests/Reader/MsDocTest.php
@@ -62,7 +62,7 @@ public function testLoad(): void
62
63
public function testLoadHalfPointFont(): void
64
{
65
- $filename = __DIR__ . '/../_files/documents/reader.font-halfpoint.doc ';
+ $filename = __DIR__ . '/../_files/documents/reader.font-halfpoint.doc';
66
$phpWord = IOFactory::load($filename, 'MsDoc');
67
$sections = $phpWord->getSections();
68
self::assertCount(1, $sections);
0 commit comments