diff options
| author | Yoggzo <yogg@epsina.com> | 2016-03-17 09:46:32 +0100 |
|---|---|---|
| committer | Yoggzo <yogg@epsina.com> | 2016-03-17 09:46:32 +0100 |
| commit | e01936a73e75350a40fafd80995b1525a11c9da1 (patch) | |
| tree | 1508f17be5015c64efdb2920fd845f32f61266f2 /server/Test/AppTestClass.php | |
| parent | 0ce2b2fa301dde1c5b9c50c826d3ed44b00a5c44 (diff) | |
add commentaries, update error management and correct some mistakes in Image.php, resolve conflict in AppTestClass.php
Diffstat (limited to 'server/Test/AppTestClass.php')
| -rwxr-xr-x | server/Test/AppTestClass.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/server/Test/AppTestClass.php b/server/Test/AppTestClass.php index b398088..5e8efc7 100755 --- a/server/Test/AppTestClass.php +++ b/server/Test/AppTestClass.php @@ -1,24 +1,12 @@ <?php
include_once("../core/Plugin_Api.php");
include_once("../core/LibOverride/genTokenOptions.php");
-<<<<<<< HEAD -<<<<<<< Updated upstream -======= include_once("../core/ErrorManagement.php");
use OpenCloud\Common\Error\BadResponseError;
use OpenCloud\Common\Error\BaseError;
use OpenCloud\Common\Error\NotImplementedError;
use OpenCloud\Common\Error\UserInputError;
->>>>>>> Stashed changes -======= -include_once("../core/ErrorManagement.php");
-
-use OpenStack\Common\Error\BadResponseError;
-use OpenStack\Common\Error\BaseError;
-use OpenStack\Common\Error\NotImplementedError;
-use OpenStack\Common\Error\UserInputError;
->>>>>>> develop class AppTest{
|
