Beispiel #1
0
 /**
  * @return string
  */
 public function getDownloadPath()
 {
     return parent::getDownloadPath() . '/plugin/' . $this->getName();
 }
Beispiel #2
0
 public function testGetDownloadPath()
 {
     $this->assertEquals('media', $this->entity->getDownloadPath());
 }