summaryrefslogtreecommitdiff
path: root/server/Test/AppTestClass.php
diff options
context:
space:
mode:
Diffstat (limited to 'server/Test/AppTestClass.php')
-rwxr-xr-xserver/Test/AppTestClass.php6
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];
+
+ }
}