Fix php 5.3 compatibility
This commit is contained in:
parent
d7df3dae8d
commit
c2b99e1ea6
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@ class AudioConcatenationTest extends FunctionalTestCase
|
|||
{
|
||||
$ffmpeg = $this->getFFMpeg();
|
||||
|
||||
$files = [
|
||||
$files = array(
|
||||
realpath(__DIR__ . '/../files/Jahzzar_-_05_-_Siesta.mp3'),
|
||||
realpath(__DIR__ . '/../files/02_-_Favorite_Secrets.mp3'),
|
||||
];
|
||||
);
|
||||
|
||||
$audio = $ffmpeg->open(reset($files));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue