Skip to content

Commit f0357bb

Browse files
committed
clean up
1 parent 5cc0fc3 commit f0357bb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/PhpWordTests/Writer/ODText/Style/FontTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,8 @@ protected function tearDown(): void
3636

3737
public function testDefaultDefaults(): void
3838
{
39-
//$doc = TestHelperDOCX::getDocument($phpWord, 'ODText');
40-
4139
$phpWord = new \PhpOffice\PhpWord\PhpWord();
4240

43-
//$phpWord->setDefaultFontColor($defaultFontColor);
44-
4541
$doc = TestHelperDOCX::getDocument($phpWord, 'ODText');
4642

4743
$file = 'styles.xml';
@@ -55,8 +51,6 @@ public function testDefaultDefaults(): void
5551

5652
public function testSettingDefaults(): void
5753
{
58-
//$doc = TestHelperDOCX::getDocument($phpWord, 'ODText');
59-
6054
$phpWord = new \PhpOffice\PhpWord\PhpWord();
6155

6256
$defaultFontColor = '00FF00';

0 commit comments

Comments
 (0)