function testIsOverdueWhenTrue()
 {
     $subject = new Project(['overdue' => true]);
     $this->assertTrue($subject->isOverdue());
 }