Sullivan SENECHAL 9 年之前
父节点
当前提交
7a4f797fdc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tests/Form/FormMapperTest.php

+ 1 - 1
Tests/Form/FormMapperTest.php

@@ -168,7 +168,7 @@ class FormMapperTest extends \PHPUnit_Framework_TestCase
             'description'        => false,
             'translation_domain' => 'Foobar',
             'name'               => 'foobar',
-            'box_class' => 'box box-primary',
+            'box_class'          => 'box box-primary',
             'fields'             => array(
                 'foo' => 'foo',
             ),