Example #1
0
 /**
  * @test
  */
 public function setYoutubeForStringSetsYoutube()
 {
     $this->subject->setYoutube('<iframe width="1280" height="750" src="//www.youtube.com/embed/IcSnlfB2ol4"></iframe>');
     $this->assertEquals('<iframe width="1280" height="750" src="//www.youtube.com/embed/IcSnlfB2ol4"></iframe>', $this->subject->getYoutube());
 }