/**
  * @covers Kunstmaan\MediaBundle\Entity\Folder::getTranslatableLocale
  * @covers Kunstmaan\MediaBundle\Entity\Folder::setTranslatableLocale
  */
 public function testGetSetTranslatableLocale()
 {
     $this->object->setTranslatableLocale('nl');
     $this->assertEquals('nl', $this->object->getTranslatableLocale());
 }