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 ab558f6 commit 2f7c732Copy full SHA for 2f7c732
tests/HLSTest.php
@@ -117,11 +117,10 @@ public function testRandomEncryptedHLS()
117
$export_obj = $hls->generateRandomKeyInfo($url, $path)
118
->X264()
119
->autoGenerateRepresentations()
120
- ->save($this->srcDir . '/enc_random_hls/test.m3u8', false);
+ ->save($this->srcDir . '/enc_random_hls/test.m3u8');
121
122
$get_path_info = $hls->getPathInfo();
123
124
- $this->assertInstanceOf(Export::class, $export_obj);
125
$this->assertFileExists($this->srcDir . '/enc_random_hls/test.m3u8');
126
$this->assertIsArray($get_path_info);
127
$this->assertArrayHasKey('dirname', $get_path_info);
0 commit comments