Skip to content

Commit 2f7c732

Browse files
- custom clouds
- save to multiple clouds - bug fixes and other minor improvements
1 parent ab558f6 commit 2f7c732

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/HLSTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,10 @@ public function testRandomEncryptedHLS()
117117
$export_obj = $hls->generateRandomKeyInfo($url, $path)
118118
->X264()
119119
->autoGenerateRepresentations()
120-
->save($this->srcDir . '/enc_random_hls/test.m3u8', false);
120+
->save($this->srcDir . '/enc_random_hls/test.m3u8');
121121

122122
$get_path_info = $hls->getPathInfo();
123123

124-
$this->assertInstanceOf(Export::class, $export_obj);
125124
$this->assertFileExists($this->srcDir . '/enc_random_hls/test.m3u8');
126125
$this->assertIsArray($get_path_info);
127126
$this->assertArrayHasKey('dirname', $get_path_info);

0 commit comments

Comments
 (0)