Exemplo n.º 1
0
 /**
  * @dataProvider provideVideoCases
  */
 public function testIsVideo($isVideo, $properties)
 {
     $stream = new Stream($properties);
     $this->assertTrue($isVideo === $stream->isVideo());
 }