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