gabriel пре 7 година
родитељ
комит
fcbbf7d2be
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 0
      src/FTTHBundle/Form/NAPType.php
  2. 1 1
      src/FTTHBundle/tests/ONURESTControllerTest.php

+ 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;