begining of automating

This commit is contained in:
Yoggzo 2016-04-18 17:38:25 +02:00
parent 9e7eb6774b
commit e1b15c38d7
2 changed files with 41 additions and 40 deletions

View file

@ -118,12 +118,6 @@ class AppTest{
return $this->errorClass;
}
public function getOutput($key){
return $this->output[$key];
}
}