fix the test expectations
This commit is contained in:
parent
8b03686aef
commit
1711c66aad
2 changed files with 4 additions and 3 deletions
|
|
@ -61,7 +61,9 @@ class FrameTest extends AbstractMediaTestCase
|
|||
|
||||
$pathfile = '/target/destination';
|
||||
|
||||
array_push($commands, $pathfile);
|
||||
if (!$base64) {
|
||||
array_push($commands, $pathfile);
|
||||
}
|
||||
|
||||
$driver->expects($this->once())
|
||||
->method('command')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue