/**
  * Test that the hasResolution method on the Dilemma object works.
  *
  * @return void
  */
 public function testHasResolutionMethod()
 {
     $this->assertTrue($this->dilemma->hasResolution());
 }