예제 #1
0
파일: StringsTest.php 프로젝트: hmlb/date
 public function testResetToStringFormat()
 {
     $d = Date::now();
     Date::setToStringFormat('123');
     Date::resetToStringFormat();
     $this->assertSame($d->toDateTimeString(), '' . $d);
 }