ソースを参照

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);
         $formType = new DateTimeRangeType($stub);
 
 
-        $this->assertTrue(is_array($formType->getDefaultOptions()));
+        $this->assertTrue(is_array($formType->getDefaultOptions(array())));
     }
     }
 }
 }