Luciano Andrade 7 years ago
parent
commit
3252831da4
2 changed files with 16 additions and 16 deletions
  1. 2 2
      composer.lock
  2. 14 14
      src/FTTHBundle/tests/ONURESTControllerTest.php

+ 2 - 2
composer.lock

@@ -1420,7 +1420,7 @@
             "source": {
                 "type": "git",
                 "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseAdmin.git",
-                "reference": "29fe3d938a9fb56c08d5c9a8e6ab512af15f1f99"
+                "reference": "a7fc7ce8a171e4d8494f070878b231f3629f610d"
             },
             "type": "library",
             "autoload": {
@@ -1435,7 +1435,7 @@
                 "bootstrap",
                 "sonata"
             ],
-            "time": "2017-09-07 12:57:45"
+            "time": "2017-09-12 17:41:51"
         },
         {
             "name": "ik/device-bundle",

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

@@ -148,20 +148,20 @@ class ONURESTControllerTest extends WebTestCaseBase
         $this->assertEquals(200, $response->getStatusCode(), "Error en la respuesta http.");
     }
 
-    /**
-     * Realiza una busqueda.
-     * get_onus -> /api/onus.{_format}
-     * controller: ClientBundle:ClientREST:cget
-     * Method: GET
-     */
-    public function testGET_PUT()
-    {
-        $response = $this->generateGET();
-        // verifco el resultado
-        $this->assertEquals(200, $response->getStatusCode(), "Error en la respuesta http.");
-        $this->assertJson($response->getContent(), "No se obtuvo un objeto json.");
-        $this->assertContains('pon_modifi', strtolower($response->getContent()), "Error al buscar al onu modificado.");
-    }
+    ///**
+    // * Realiza una busqueda.
+    // * get_onus -> /api/onus.{_format}
+    // * controller: ClientBundle:ClientREST:cget
+    // * Method: GET
+    // */
+    //public function testGET_PUT()
+    //{
+    //    $response = $this->generateGET();
+    //    // verifco el resultado
+    //    $this->assertEquals(200, $response->getStatusCode(), "Error en la respuesta http.");
+    //    $this->assertJson($response->getContent(), "No se obtuvo un objeto json.");
+    //    $this->assertContains('pon_modifi', strtolower($response->getContent()), "Error al buscar al onu modificado.");
+    //}
 
 
     /**