Fix test bugs

This commit is contained in:
Dennis Eichhorn 2017-09-26 14:12:49 +02:00
parent 6d90b9c188
commit 7d9ee739b6

View File

@ -116,7 +116,7 @@ class Project
public function setProgress(int $progress) /* : void */ public function setProgress(int $progress) /* : void */
{ {
$this->progress = $progres; $this->progress = $progress;
} }
public function getProgressType() : int public function getProgressType() : int