Luciano Andrade пре 7 година
родитељ
комит
6428e0500c
3 измењених фајлова са 6 додато и 6 уклоњено
  1. 1 1
      composer.json
  2. 4 4
      composer.lock
  3. 1 1
      src/FTTHBundle/tests/ONURESTControllerTest.php

+ 1 - 1
composer.json

@@ -120,7 +120,7 @@
         "voryx/restgeneratorbundle": "dev-master",
         "ik/base-admin-bundle": "dev-master",
         "ik/oauthclient-bundle": "dev-master",
-        "ik/webservice-bundle": "dev-master",
+        "ik/webservice-bundle": "dev-drone-fix",
         "hwi/oauth-bundle": "^0.5.3",
         "ik/workflow-bundle": "dev-master",
         "php-amqplib/rabbitmq-bundle": "^1.12",

+ 4 - 4
composer.lock

@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "content-hash": "fd260ad86210b789972a4b87f2f87819",
+    "content-hash": "aede51429d5b71b3379a893350d18903",
     "packages": [
         {
             "name": "behat/transliterator",
@@ -1628,11 +1628,11 @@
         },
         {
             "name": "ik/webservice-bundle",
-            "version": "dev-master",
+            "version": "dev-drone-fix",
             "source": {
                 "type": "git",
                 "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/Webservice.git",
-                "reference": "a9c6e4f6e212db9df49f090c4883ecf7292ecd46"
+                "reference": "63696b493d337c8fcfac6bd0a3b4d03a9c767ba7"
             },
             "require": {
                 "ext-curl": "*",
@@ -1645,7 +1645,7 @@
                 }
             },
             "description": "The Flowdat3 Webservice Rest",
-            "time": "2017-09-12 19:14:27"
+            "time": "2017-09-13 14:32:56"
         },
         {
             "name": "ik/workflow-bundle",

+ 1 - 1
src/FTTHBundle/tests/ONURESTControllerTest.php

@@ -137,9 +137,9 @@ class ONURESTControllerTest extends WebTestCaseBase
      */
     public function testPUT()
     {
+        $this->initDefault();
         $response = $this->generateGET();
         $id = $this->getProperty($response, 'id');
-        $this->initDefault();
         // realizo la consulta
         $data = $this->obtainDataChange($this->obtainData(), array('ponSerialNumber' => 'pon_modifi', 'id' => $id));
         $this->getClient()->request('PUT', $this->getUriPutDelete() . $id, $data);