Guillermo Espinoza hace 7 años
padre
commit
0f7a171040
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/CablemodemBundle/tests/CMTSRESTControllerTest.php

+ 1 - 1
src/CablemodemBundle/tests/CMTSRESTControllerTest.php

@@ -152,7 +152,7 @@ class CMTSRESTControllerTest extends WebTestCaseBase
 
             $this->assertEquals(201, $response->getStatusCode(), "Error en la respuesta http.");
         } catch (\Exception $ex) {
-            var_dump($ex->getMessage());
+            var_dump($ex->getTraceAsString());
         }
     }