diff options
| author | Yoggzo <yogg@epsina.com> | 2016-02-29 15:25:30 +0100 |
|---|---|---|
| committer | Yoggzo <yogg@epsina.com> | 2016-02-29 15:25:30 +0100 |
| commit | ae1100c16880d4bae77513ec433ac6734da8dea4 (patch) | |
| tree | b640f68ffd845bd3124e997861d5f0e8df263eb0 /server/Test/AppTestClass.php | |
| parent | d0033ae6c5c2d14a3a522c86ed590d98a77267ba (diff) | |
Error management
Diffstat (limited to 'server/Test/AppTestClass.php')
| -rwxr-xr-x | server/Test/AppTestClass.php | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/server/Test/AppTestClass.php b/server/Test/AppTestClass.php index 4d1f824..57dd422 100755 --- a/server/Test/AppTestClass.php +++ b/server/Test/AppTestClass.php @@ -26,15 +26,10 @@ class AppTest{ $this->pluginsApi = plugin_api::getInstance();
$this->errorClass = new errorManagement($this);
$this->output = array();
-<<<<<<< HEAD -<<<<<<< HEAD +
$this->errorClass = new errorManagement($this);
-======= - $this->postParams = $_POST;
->>>>>>> develop -======= +
$this->postParams = $_POST;
->>>>>>> develop }
@@ -109,17 +104,12 @@ class AppTest{ return json_encode($this->output);
}
-<<<<<<< HEAD -<<<<<<< HEAD +
public function getErrorInstance(){
return $this->errorClass;
}
-} -======= }
->>>>>>> develop -======= -}
->>>>>>> develop +
+
|
