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 5cc0fc3 commit f0357bbCopy full SHA for f0357bb
tests/PhpWordTests/Writer/ODText/Style/FontTest.php
@@ -36,12 +36,8 @@ protected function tearDown(): void
36
37
public function testDefaultDefaults(): void
38
{
39
- //$doc = TestHelperDOCX::getDocument($phpWord, 'ODText');
40
-
41
$phpWord = new \PhpOffice\PhpWord\PhpWord();
42
43
- //$phpWord->setDefaultFontColor($defaultFontColor);
44
45
$doc = TestHelperDOCX::getDocument($phpWord, 'ODText');
46
47
$file = 'styles.xml';
@@ -55,8 +51,6 @@ public function testDefaultDefaults(): void
55
51
56
52
public function testSettingDefaults(): void
57
53
58
59
60
54
61
62
$defaultFontColor = '00FF00';
0 commit comments