浏览代码

Fix unit test

Thomas Rabaix 13 年之前
父节点
当前提交
63a5e25f7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tests/Form/Type/DateTimeRangeTypeTest.php

+ 1 - 1
Tests/Form/Type/DateTimeRangeTypeTest.php

@@ -13,6 +13,6 @@ class DateTimeRangeTypeTest extends TypeTestCase
 
         $formType = new DateTimeRangeType($stub);
 
-        $this->assertTrue(is_array($formType->getDefaultOptions()));
+        $this->assertTrue(is_array($formType->getDefaultOptions(array())));
     }
 }