/**
  * Test that the has Problem method works.
  *
  * @return void
  */
 public function testHasProblemMethod()
 {
     $this->assertTrue($this->dilemma->hasProblem());
 }