diff options
| author | Yoggzo <yogg@epsina.com> | 2016-04-18 17:20:27 +0200 |
|---|---|---|
| committer | Yoggzo <yogg@epsina.com> | 2016-04-18 17:20:27 +0200 |
| commit | 9e7eb6774b823c1716ec14476ac8e53d758143ab (patch) | |
| tree | d1e7185689bb620204e25ad294f52522f6263728 /server/Test | |
| parent | aa26e5f959b0b38fa43035a700cc72b5ac85e7a3 (diff) | |
begining of floating ip
Diffstat (limited to 'server/Test')
| -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];
+
+ }
}
|
