예제 #1
0
파일: JobTest.php 프로젝트: jobles/core-php
 public function testGetDate()
 {
     $this->assertEquals('2016-02-13 08:59:39', $this->job->getDate()->format('Y-m-d H:i:s'));
 }