Fix PhpUnit tests for newer php version
This commit is contained in:
parent
537f61095f
commit
14dc6a8b1b
21 changed files with 48 additions and 40 deletions
|
|
@ -94,7 +94,7 @@ class Concat extends AbstractMediaType
|
|||
$fileStream = @fopen($sourcesFile, 'w');
|
||||
|
||||
if($fileStream === false) {
|
||||
throw new ExecutionFailureException('Cannot open the temporary file.');
|
||||
throw new RuntimeException('Cannot open the temporary file.');
|
||||
}
|
||||
|
||||
$count_videos = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue