예제 #1
0
 public function testExtendedClassToString()
 {
     $d = MyCarbon::now();
     $this->assertSame($d->toDateTimeString(), '' . $d);
 }