Esempio n. 1
0
 protected function wrapWithTestNow(Closure $func, Carbon $dt = null)
 {
     parent::wrapWithTestNow($func, $dt === null ? Carbon::createFromDate(2012, 1, 1) : $dt);
 }