diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-05 21:04:48 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-05 21:04:48 +0200 |
| commit | ba230914d75d81e67cd540a04826fb0dbae302e4 (patch) | |
| tree | d9dc010daac313fd3cf5ef1875360d973cae4574 /server/Test | |
| parent | d90c7400d5834696b52417a06bc816b8e281db2a (diff) | |
| parent | 80460f544763398f211c519251229991db0106a1 (diff) | |
Merge branch 'loic' of github.com:manzerbredes/istic-openstack into loic
Diffstat (limited to 'server/Test')
| -rwxr-xr-x | server/Test/AppTestClass.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/server/Test/AppTestClass.php b/server/Test/AppTestClass.php index 972d9b4..39e855b 100755 --- a/server/Test/AppTestClass.php +++ b/server/Test/AppTestClass.php @@ -1,5 +1,4 @@ <?php
-include_once("../core/Plugin_Api.php");
include_once("../core/LibOverride/genTokenOptions.php");
include_once("../core/ErrorManagement.php");
@@ -11,7 +10,6 @@ use OpenCloud\Common\Error\UserInputError; class AppTest{
protected $openstack;
- protected $pluginsApi;
protected $postParams;
protected $tokenClass;
protected $tokenPost;
@@ -23,7 +21,6 @@ class AppTest{ $this->tokenPost = NULL;
$this->tokenClass = new genTokenOptions($args);
$this->openstack = new OpenStack\OpenStack(['authUrl' => $args["authUrl"]]);
- $this->pluginsApi = plugin_api::getInstance();
$this->errorClass = new errorManagement($this);
$this->output = array();
|
