diff options
Diffstat (limited to 'server/Test/AppTestClass.php')
| -rwxr-xr-x | server/Test/AppTestClass.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/Test/AppTestClass.php b/server/Test/AppTestClass.php index a663514..d2f71e7 100755 --- a/server/Test/AppTestClass.php +++ b/server/Test/AppTestClass.php @@ -118,6 +118,12 @@ class AppTest{ return $this->errorClass;
}
+
+ public function getOutput($key){
+
+ return $this->output[$key];
+
+ }
}
|
