fix warning
This commit is contained in:
parent
9cd373806c
commit
ab9a3dbc63
|
|
@ -56,7 +56,7 @@ class DocumentTest extends \PHPUnit\Framework\TestCase
|
|||
$docInfo->setCustomProperty('key6', new \DateTime());
|
||||
$docInfo->setCustomProperty('key7', time(), DocInfo::PROPERTY_TYPE_DATE);
|
||||
|
||||
$doc = TestHelperDOCX::getDocument($phpWord);
|
||||
TestHelperDOCX::getDocument($phpWord);
|
||||
|
||||
// $this->assertTrue($doc->elementExists('/Properties/property[name="key1"]/vt:lpwstr'));
|
||||
// $this->assertTrue($doc->elementExists('/Properties/property[name="key2"]/vt:bool'));
|
||||
|
|
|
|||
Loading…
Reference in New Issue