We use getMote instead of createMock

This commit is contained in:
Romain Biard 2016-12-21 12:43:57 -03:00
commit ac3e8f16ca

View file

@ -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(