summaryrefslogtreecommitdiff
path: root/server/Test
diff options
context:
space:
mode:
authorYoggzo <yogg@epsina.com>2016-04-18 17:20:27 +0200
committerYoggzo <yogg@epsina.com>2016-04-18 17:20:27 +0200
commit9e7eb6774b823c1716ec14476ac8e53d758143ab (patch)
treed1e7185689bb620204e25ad294f52522f6263728 /server/Test
parentaa26e5f959b0b38fa43035a700cc72b5ac85e7a3 (diff)
begining of floating ip
Diffstat (limited to 'server/Test')
-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];
+
+ }
}