コード例 #1
0
ファイル: NoticeTest.php プロジェクト: anime-db/app-bundle
 public function testGetDateCreated()
 {
     $this->assertInstanceOf('\\DateTime', $this->notice->getDateCreated());
     $this->assertEquals($this->notice->getDateCreated(), $this->notice->getDateStart());
 }