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 9cd3738 commit ab9a3dbCopy full SHA for ab9a3db
tests/PhpWord/Writer/Word2007/Part/DocumentTest.php
@@ -56,7 +56,7 @@ public function testWriteCustomProps()
56
$docInfo->setCustomProperty('key6', new \DateTime());
57
$docInfo->setCustomProperty('key7', time(), DocInfo::PROPERTY_TYPE_DATE);
58
59
- $doc = TestHelperDOCX::getDocument($phpWord);
+ TestHelperDOCX::getDocument($phpWord);
60
61
// $this->assertTrue($doc->elementExists('/Properties/property[name="key1"]/vt:lpwstr'));
62
// $this->assertTrue($doc->elementExists('/Properties/property[name="key2"]/vt:bool'));
0 commit comments