public function testBuildDate() { $commit = new Commit(new Project('Twig'), '7d78d5f7a8c039059046d6c5e1d7f66765bd91c7'); $commit->setBuildDate($date = new \DateTime()); $this->assertEquals($date, $commit->getBuildDate()); }