@@ -147,6 +147,12 @@ |
||
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); |