/**
  * Test getResults() returns results.
  */
 public function testGetResults()
 {
     $decision = new Decision($this->getScores());
     $this->assertEquals($this->getScores(), $decision->getResults());
 }