Skip to content

Commit e82df61

Browse files
committed
Missing test
1 parent c191042 commit e82df61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/PublicInterfaceTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,9 @@ public function testRegisterConverter()
382382
$actual_internal_format = $subtitles->loadFromString('fake_docx')->getInternalFormat();
383383
$expected_internal_format = [['start' => 22, 'end' => 33, 'lines' => ['fake']]];
384384
$this->assertInternalFormatsEqual($expected_internal_format, $actual_internal_format);
385-
//
386-
// // to format
387-
// $actual = $subtitles->add(1, 2, 'a')->content('docx_fake');
388-
// $this->assertEquals('fake docx text', $actual);
385+
386+
// to format
387+
$actual = $subtitles->add(1, 2, 'a')->content('docx_fake');
388+
$this->assertEquals('fake docx text', $actual);
389389
}
390390
}

0 commit comments

Comments
 (0)