diff --git a/autoload.php b/autoload.php index 54b73d6993b5a2b116927e9aca49031f3ab4606c..5d97da41b146e552aa464bde38671ee1ee6c2122 100644 --- a/autoload.php +++ b/autoload.php @@ -27,7 +27,7 @@ spl_autoload_register(function ($class) { // project-specific namespace prefix - $prefix = 'Swagger\\Client\\'; + $prefix = 'jards\\eventsapiclient\\Swagger\\Client\\'; // base directory for the namespace prefix $base_dir = __DIR__ . '/lib/'; diff --git a/composer.json b/composer.json index 0b71647acb303f22689d5239e3f823643ccbc7a9..14e3c41cd18a24bfc27aa7a6303c1d1f00408fe3 100644 --- a/composer.json +++ b/composer.json @@ -28,9 +28,9 @@ "friendsofphp/php-cs-fixer": "~1.12" }, "autoload": { - "psr-4": { "Swagger\\Client\\" : "lib/" } + "psr-4": { "jards\\eventsapiclient\\Swagger\\Client\\" : "lib/" } }, "autoload-dev": { - "psr-4": { "Swagger\\Client\\" : "test/" } + "psr-4": { "jards\\eventsapiclient\\Swagger\\Client\\" : "test/" } } } diff --git a/lib/Api/EventsApi.php b/lib/Api/EventsApi.php index c3124946ff01687400e58bd2ee0d0c27cf28b28a..7ef7662df5fda7e7877903e81e23fa4a894ec095 100644 --- a/lib/Api/EventsApi.php +++ b/lib/Api/EventsApi.php @@ -4,7 +4,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,18 +26,18 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Api; +namespace jards\eventsapiclient\Swagger\Client\Api; -use \Swagger\Client\ApiClient; -use \Swagger\Client\ApiException; -use \Swagger\Client\Configuration; -use \Swagger\Client\ObjectSerializer; +use \jards\eventsapiclient\Swagger\Client\ApiClient; +use \jards\eventsapiclient\Swagger\Client\ApiException; +use \jards\eventsapiclient\Swagger\Client\Configuration; +use \jards\eventsapiclient\Swagger\Client\ObjectSerializer; /** * EventsApi Class Doc Comment * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -46,16 +46,16 @@ class EventsApi /** * API Client * - * @var \Swagger\Client\ApiClient instance of the ApiClient + * @var \jards\eventsapiclient\Swagger\Client\ApiClient instance of the ApiClient */ protected $apiClient; /** * Constructor * - * @param \Swagger\Client\ApiClient|null $apiClient The api client to use + * @param \jards\eventsapiclient\Swagger\Client\ApiClient|null $apiClient The api client to use */ - public function __construct(\Swagger\Client\ApiClient $apiClient = null) + public function __construct(\jards\eventsapiclient\Swagger\Client\ApiClient $apiClient = null) { if ($apiClient === null) { $apiClient = new ApiClient(); @@ -67,7 +67,7 @@ class EventsApi /** * Get API client * - * @return \Swagger\Client\ApiClient get the API client + * @return \jards\eventsapiclient\Swagger\Client\ApiClient get the API client */ public function getApiClient() { @@ -77,11 +77,11 @@ class EventsApi /** * Set the API client * - * @param \Swagger\Client\ApiClient $apiClient set the API client + * @param \jards\eventsapiclient\Swagger\Client\ApiClient $apiClient set the API client * * @return EventsApi */ - public function setApiClient(\Swagger\Client\ApiClient $apiClient) + public function setApiClient(\jards\eventsapiclient\Swagger\Client\ApiClient $apiClient) { $this->apiClient = $apiClient; return $this; @@ -90,8 +90,8 @@ class EventsApi /** * Operation eventsGet * - * @throws \Swagger\Client\ApiException on non-2xx response - * @return \Swagger\Client\Model\Event[] + * @throws \jards\eventsapiclient\Swagger\Client\ApiException on non-2xx response + * @return \jards\eventsapiclient\Swagger\Client\Model\Event[] */ public function eventsGet() { @@ -102,8 +102,8 @@ class EventsApi /** * Operation eventsGetWithHttpInfo * - * @throws \Swagger\Client\ApiException on non-2xx response - * @return array of \Swagger\Client\Model\Event[], HTTP status code, HTTP response headers (array of strings) + * @throws \jards\eventsapiclient\Swagger\Client\ApiException on non-2xx response + * @return array of \jards\eventsapiclient\Swagger\Client\Model\Event[], HTTP status code, HTTP response headers (array of strings) */ public function eventsGetWithHttpInfo() { @@ -134,15 +134,15 @@ class EventsApi $queryParams, $httpBody, $headerParams, - '\Swagger\Client\Model\Event[]', + '\jards\eventsapiclient\Swagger\Client\Model\Event[]', '/events' ); - return [$this->apiClient->getSerializer()->deserialize($response, '\Swagger\Client\Model\Event[]', $httpHeader), $statusCode, $httpHeader]; + return [$this->apiClient->getSerializer()->deserialize($response, '\jards\eventsapiclient\Swagger\Client\Model\Event[]', $httpHeader), $statusCode, $httpHeader]; } catch (ApiException $e) { switch ($e->getCode()) { case 200: - $data = $this->apiClient->getSerializer()->deserialize($e->getResponseBody(), '\Swagger\Client\Model\Event[]', $e->getResponseHeaders()); + $data = $this->apiClient->getSerializer()->deserialize($e->getResponseBody(), '\jards\eventsapiclient\Swagger\Client\Model\Event[]', $e->getResponseHeaders()); $e->setResponseObject($data); break; } @@ -156,8 +156,8 @@ class EventsApi * * * - * @param \Swagger\Client\Model\Event $event The event, which happened and should be handled. (required) - * @throws \Swagger\Client\ApiException on non-2xx response + * @param \jards\eventsapiclient\Swagger\Client\Model\Event $event The event, which happened and should be handled. (required) + * @throws \jards\eventsapiclient\Swagger\Client\ApiException on non-2xx response * @return string */ public function eventsPost($event) @@ -171,8 +171,8 @@ class EventsApi * * * - * @param \Swagger\Client\Model\Event $event The event, which happened and should be handled. (required) - * @throws \Swagger\Client\ApiException on non-2xx response + * @param \jards\eventsapiclient\Swagger\Client\Model\Event $event The event, which happened and should be handled. (required) + * @throws \jards\eventsapiclient\Swagger\Client\ApiException on non-2xx response * @return array of string, HTTP status code, HTTP response headers (array of strings) */ public function eventsPostWithHttpInfo($event) diff --git a/lib/ApiClient.php b/lib/ApiClient.php index 946589c9f66059091655d121c8b112584ac1676a..a10a6f45166c15f0262b54933ba52f044e345716 100644 --- a/lib/ApiClient.php +++ b/lib/ApiClient.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -27,13 +27,13 @@ * Do not edit the class manually. */ -namespace Swagger\Client; +namespace jards\eventsapiclient\Swagger\Client; /** * ApiClient Class Doc Comment * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -66,7 +66,7 @@ class ApiClient * * @param Configuration $config config for this ApiClient */ - public function __construct(\Swagger\Client\Configuration $config = null) + public function __construct(\jards\eventsapiclient\Swagger\Client\Configuration $config = null) { if ($config === null) { $config = Configuration::getDefaultConfiguration(); @@ -132,7 +132,7 @@ class ApiClient * @param string $responseType expected response type of the endpoint * @param string $endpointPath path to method endpoint before expanding parameters * - * @throws \Swagger\Client\ApiException on a non 2xx response + * @throws \jards\eventsapiclient\Swagger\Client\ApiException on a non 2xx response * @return mixed */ public function callApi($resourcePath, $method, $queryParams, $postData, $headerParams, $responseType = null, $endpointPath = null) @@ -153,7 +153,7 @@ class ApiClient if ($postData and in_array('Content-Type: application/x-www-form-urlencoded', $headers, true)) { $postData = http_build_query($postData); } elseif ((is_object($postData) or is_array($postData)) and !in_array('Content-Type: multipart/form-data', $headers, true)) { // json model - $postData = json_encode(\Swagger\Client\ObjectSerializer::sanitizeForSerialization($postData)); + $postData = json_encode(\jards\eventsapiclient\Swagger\Client\ObjectSerializer::sanitizeForSerialization($postData)); } $url = $this->config->getHost() . $resourcePath; @@ -179,6 +179,12 @@ class ApiClient curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 0); } + if(! empty($this->config->getCertificate())){ + curl_setopt($curl, CURLOPT_SSLCERT, $this->config->getCertificate()); + curl_setopt($curl, CURLOPT_SSLKEY, $this->config->getCertificateKey()); + curl_setopt($curl, CURLOPT_SSLKEYPASSWD, $this->config->getCertificatePassphrase()); + } + if ($this->config->getCurlProxyHost()) { curl_setopt($curl, CURLOPT_PROXY, $this->config->getCurlProxyHost()); } diff --git a/lib/ApiException.php b/lib/ApiException.php index 51fc480e1c30e01bbcc622537ff71f24c5075291..d6b54e170b92237b926acfcd896998a214417ebc 100644 --- a/lib/ApiException.php +++ b/lib/ApiException.php @@ -4,7 +4,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,7 +26,7 @@ * Do not edit the class manually. */ -namespace Swagger\Client; +namespace jards\eventsapiclient\Swagger\Client; use \Exception; @@ -34,7 +34,7 @@ use \Exception; * ApiException Class Doc Comment * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/lib/Configuration.php b/lib/Configuration.php index bd8a234b51c28c1a0d9028db85c94d9c07c5671a..a6f8a95cc511720256682ccd66058708b4986ae8 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -4,7 +4,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,14 +26,14 @@ * Do not edit the class manually. */ -namespace Swagger\Client; +namespace jards\eventsapiclient\Swagger\Client; /** * Configuration Class Doc Comment * PHP version 5 * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -141,6 +141,24 @@ class Configuration */ protected $sslVerification = true; + /** + * Path to client certificate + * @var string path to client certificate + */ + protected $certificate = null; + + /** + * Path to client certificate key file + * @var string path to client certificate key file + */ + protected $certificateKey = null; + + /** + * passphrase for the certificate key file + * @var string passphrase for the certificate key file + */ + protected $certificatePassphrase = null; + /** * Curl proxy host * @@ -691,6 +709,67 @@ class Configuration return $this->sslVerification; } + /** + * Sets certificate file for client certificate + * + * @param string $certificate path to client certificate + * @return Configuration + */ + public function setCertificate($certificate) + { + $this->certificate = $certificate; + return $this; + } + + /** + * + * @return string certificate file for client certificate + */ + public function getCertificate() + { + return $this->certificate; + } + + /** + * Set certificate key file + * @param string $certificatekey certificate key file + * @return \Swagger\Client\Configuration + */ + public function setCertificateKey($certificatekey) + { + $this->certificateKey = $certificatekey; + return $this; + } + + /** + * + * @return string certificate key file + */ + public function getCertificateKey() + { + return $this->certificateKey; + } + + /** + * Set passphrase for client certificate key file + * @param string $passphrase passphrase for client certificate key file + * @return \Swagger\Client\Configuration + */ + public function setCertificatePassphrase($passphrase) + { + $this->certificatePassphrase = $passphrase; + return $this; + } + + /** + * + * @return string passphrase for client certificate key file + */ + public function getCertificatePassphrase() + { + return $this->certificatePassphrase; + } + /** * Gets the default configuration instance * @@ -724,7 +803,7 @@ class Configuration */ public static function toDebugReport() { - $report = 'PHP SDK (Swagger\Client) Debug Report:' . PHP_EOL; + $report = 'PHP SDK (jards\eventsapiclient\Swagger\Client) Debug Report:' . PHP_EOL; $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' OpenAPI Spec Version: 0.1' . PHP_EOL; diff --git a/lib/Model/Application.php b/lib/Model/Application.php index 451f2357f0217d9a2f770ff66d6010e4309a2367..b4fe62b39def5db2e044874ead9d859219b0603e 100644 --- a/lib/Model/Application.php +++ b/lib/Model/Application.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swaagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -27,7 +27,7 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Model; +namespace jards\eventsapiclient\Swagger\Client\Model; use \ArrayAccess; @@ -35,7 +35,7 @@ use \ArrayAccess; * Application Class Doc Comment * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -265,10 +265,10 @@ class Application implements ArrayAccess public function __toString() { if (defined('JSON_PRETTY_PRINT')) { // use JSON pretty print - return json_encode(\Swagger\Client\ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT); + return json_encode(\jards\eventsapiclient\Swagger\Client\ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT); } - return json_encode(\Swagger\Client\ObjectSerializer::sanitizeForSerialization($this)); + return json_encode(\jards\eventsapiclient\Swagger\Client\ObjectSerializer::sanitizeForSerialization($this)); } } diff --git a/lib/Model/Event.php b/lib/Model/Event.php index aa7fde69dee4c6bdf2f4fc10090a631b962419e1..dadfffe6b7e8748f5bb90d854bfe8359ee46ad2d 100644 --- a/lib/Model/Event.php +++ b/lib/Model/Event.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swaagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -27,7 +27,7 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Model; +namespace jards\eventsapiclient\Swagger\Client\Model; use \ArrayAccess; @@ -35,7 +35,7 @@ use \ArrayAccess; * Event Class Doc Comment * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -61,8 +61,8 @@ class Event implements ArrayAccess 'source' => 'string', 'new_state' => 'string', 'trigger_type' => 'string', - 'project' => '\Swagger\Client\Model\Project', - 'application' => '\Swagger\Client\Model\Application' + 'project' => '\jards\eventsapiclient\Swagger\Client\Model\Project', + 'application' => '\jards\eventsapiclient\Swagger\Client\Model\Application' ]; /** @@ -375,7 +375,7 @@ class Event implements ArrayAccess /** * Gets project - * @return \Swagger\Client\Model\Project + * @return \jards\eventsapiclient\Swagger\Client\Model\Project */ public function getProject() { @@ -384,7 +384,7 @@ class Event implements ArrayAccess /** * Sets project - * @param \Swagger\Client\Model\Project $project + * @param \jards\eventsapiclient\Swagger\Client\Model\Project $project * @return $this */ public function setProject($project) @@ -396,7 +396,7 @@ class Event implements ArrayAccess /** * Gets application - * @return \Swagger\Client\Model\Application + * @return \jards\eventsapiclient\Swagger\Client\Model\Application */ public function getApplication() { @@ -405,7 +405,7 @@ class Event implements ArrayAccess /** * Sets application - * @param \Swagger\Client\Model\Application $application + * @param \jards\eventsapiclient\Swagger\Client\Model\Application $application * @return $this */ public function setApplication($application) @@ -466,10 +466,10 @@ class Event implements ArrayAccess public function __toString() { if (defined('JSON_PRETTY_PRINT')) { // use JSON pretty print - return json_encode(\Swagger\Client\ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT); + return json_encode(\jards\eventsapiclient\Swagger\Client\ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT); } - return json_encode(\Swagger\Client\ObjectSerializer::sanitizeForSerialization($this)); + return json_encode(\jards\eventsapiclient\Swagger\Client\ObjectSerializer::sanitizeForSerialization($this)); } } diff --git a/lib/Model/Project.php b/lib/Model/Project.php index e5a7d98bbc0837ea794b38c003285d371c6678db..c15704c6cb244c7565a8f711b51a9fac828c4258 100644 --- a/lib/Model/Project.php +++ b/lib/Model/Project.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swaagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -27,7 +27,7 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Model; +namespace jards\eventsapiclient\Swagger\Client\Model; use \ArrayAccess; @@ -35,7 +35,7 @@ use \ArrayAccess; * Project Class Doc Comment * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -265,10 +265,10 @@ class Project implements ArrayAccess public function __toString() { if (defined('JSON_PRETTY_PRINT')) { // use JSON pretty print - return json_encode(\Swagger\Client\ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT); + return json_encode(\jards\eventsapiclient\Swagger\Client\ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT); } - return json_encode(\Swagger\Client\ObjectSerializer::sanitizeForSerialization($this)); + return json_encode(\jards\eventsapiclient\Swagger\Client\ObjectSerializer::sanitizeForSerialization($this)); } } diff --git a/lib/ObjectSerializer.php b/lib/ObjectSerializer.php index eb238668f7179a476db7f70875ce449511410482..1a412f39b5678bd9b826205bb582ca64f0794201 100644 --- a/lib/ObjectSerializer.php +++ b/lib/ObjectSerializer.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -27,13 +27,13 @@ * Do not edit the class manually. */ -namespace Swagger\Client; +namespace jards\eventsapiclient\Swagger\Client; /** * ObjectSerializer Class Doc Comment * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -288,7 +288,7 @@ class ObjectSerializer // If a discriminator is defined and points to a valid subclass, use it. $discriminator = $class::DISCRIMINATOR; if (!empty($discriminator) && isset($data->{$discriminator}) && is_string($data->{$discriminator})) { - $subclass = '\Swagger\Client\Model\\' . $data->{$discriminator}; + $subclass = '\jards\eventsapiclient\Swagger\Client\Model\\' . $data->{$discriminator}; if (is_subclass_of($subclass, $class)) { $class = $subclass; } diff --git a/test/Api/EventsApiTest.php b/test/Api/EventsApiTest.php index 2509e489caa5479c933be4b09cf6bbca3c0e3718..ea890f0ab0761d60dce2f6f117f5494ea8552653 100644 --- a/test/Api/EventsApiTest.php +++ b/test/Api/EventsApiTest.php @@ -4,7 +4,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,18 +26,18 @@ * Please update the test case below to test the endpoint. */ -namespace Swagger\Client; +namespace jards\eventsapiclient\Swagger\Client; -use \Swagger\Client\Configuration; -use \Swagger\Client\ApiClient; -use \Swagger\Client\ApiException; -use \Swagger\Client\ObjectSerializer; +use \jards\eventsapiclient\Swagger\Client\Configuration; +use \jards\eventsapiclient\Swagger\Client\ApiClient; +use \jards\eventsapiclient\Swagger\Client\ApiException; +use \jards\eventsapiclient\Swagger\Client\ObjectSerializer; /** * EventsApiTest Class Doc Comment * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Model/ApplicationTest.php b/test/Model/ApplicationTest.php index 162de67db1cf2133f48001440cb742b69f5b2074..214c26ae497af1dd6bd7ee28e82ec1f7ec24c72a 100644 --- a/test/Model/ApplicationTest.php +++ b/test/Model/ApplicationTest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -27,7 +27,7 @@ * Please update the test case below to test the model. */ -namespace Swagger\Client; +namespace jards\eventsapiclient\Swagger\Client; /** * ApplicationTest Class Doc Comment @@ -35,7 +35,7 @@ namespace Swagger\Client; * @category Class */ // * @description Application /** - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Model/EventTest.php b/test/Model/EventTest.php index c2bc0803843cd74eb22bcb982b1f2e1c77ea4abf..7429f6dd46cf88baf4a1c098d03f642a61b1c7c9 100644 --- a/test/Model/EventTest.php +++ b/test/Model/EventTest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -27,7 +27,7 @@ * Please update the test case below to test the model. */ -namespace Swagger\Client; +namespace jards\eventsapiclient\Swagger\Client; /** * EventTest Class Doc Comment @@ -35,7 +35,7 @@ namespace Swagger\Client; * @category Class */ // * @description Event /** - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Model/ProjectTest.php b/test/Model/ProjectTest.php index 70350c2c66d93dbbcfd1298aa32082323c2605fc..1f5b2a1f9275fe0cc47c04cbb9c6f0d2743bb859 100644 --- a/test/Model/ProjectTest.php +++ b/test/Model/ProjectTest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -27,7 +27,7 @@ * Please update the test case below to test the model. */ -namespace Swagger\Client; +namespace jards\eventsapiclient\Swagger\Client; /** * ProjectTest Class Doc Comment @@ -35,7 +35,7 @@ namespace Swagger\Client; * @category Class */ // * @description Project /** - * @package Swagger\Client + * @package jards\eventsapiclient\Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */