rename is_downloable to isDownloable

Change Functional to unit test
This commit is contained in:
Benoît Burnichon
2016-02-10 16:01:24 +01:00
parent 02879cdde5
commit 810bef41fb
6 changed files with 10 additions and 67 deletions

View File

@@ -309,7 +309,7 @@ class databox_subdef
/**
* @return bool
*/
public function is_downloadable()
public function isDownloadable()
{
return $this->downloadable;
}