We use getMote instead of createMock
This commit is contained in:
parent
ad2adb61d1
commit
ac3e8f16ca
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class PadFilterTest extends TestCase
|
|||
$video = $this->getVideoMock();
|
||||
$pathfile = '/path/to/file'.mt_rand();
|
||||
|
||||
$format = $this->createMock('FFMpeg\Format\VideoInterface');
|
||||
$format = $this->getMock('FFMpeg\Format\VideoInterface');
|
||||
|
||||
$streams = new StreamCollection(array(
|
||||
new Stream(array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue