Completed
Push — master ( 3c0ddf...aeaf53 )
by Roni
06:36
created
Tests/Types/BnDateTimeTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -147,6 +147,12 @@
 block discarded – undo
147 147
         $this->assertEquals("১৪-০৪-২০১৪ ০৮:০০:০০", $object->getDateTime()->format('d-m-Y H:i:s'));
148 148
     }
149 149
 
150
+    /**
151
+     * @param string $time
152
+     * @param integer $year
153
+     * @param integer $month
154
+     * @param integer $day
155
+     */
150 156
     protected function createObjectAndSetBanglaDate($time, $year, $month, $day)
151 157
     {
152 158
         return $this->createObject($time)->setDate($year, $month, $day);
Please login to merge, or discard this patch.