فهرست منبع

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())));
     }
 }