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