We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c191042 commit e82df61Copy full SHA for e82df61
tests/PublicInterfaceTest.php
@@ -382,9 +382,9 @@ public function testRegisterConverter()
382
$actual_internal_format = $subtitles->loadFromString('fake_docx')->getInternalFormat();
383
$expected_internal_format = [['start' => 22, 'end' => 33, 'lines' => ['fake']]];
384
$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);
+
+ // to format
+ $actual = $subtitles->add(1, 2, 'a')->content('docx_fake');
+ $this->assertEquals('fake docx text', $actual);
389
}
390
0 commit comments