Example #1
0
 /**
  * @dataProvider dataForVideoPlay
  */
 public function testGetPlayIfBaseAttribute($expectedResult)
 {
     $this->viewConfigMock->expects($this->once())->method('getMediaAttributes')->willReturn($expectedResult);
     $this->mediaHelperObject->getPlayIfBaseAttribute();
 }