gabriel před 7 roky
rodič
revize
fcbbf7d2be

+ 1 - 0
src/FTTHBundle/Form/NAPType.php

@@ -20,6 +20,7 @@ class NAPType extends AbstractType
             ->add('extraData')
             ->add('tenancyId')
             ->add('capacity')
+
         ;
     }
 

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

@@ -109,7 +109,7 @@ class ONURESTControllerTest extends WebTestCaseBase
         $datos['olt'] = 1;
         $datos['name'] = 'NAP';
         $datos['tenancyId'] = 1;
-        $datos['capacity'] = 8;
+        $datos['capacity'] = 8; 
 
         if ($key == null) {
             return $datos;