Esempio n. 1
0
 public function test_adjust_random_guess_score()
 {
     $this->assertEquals(0, $this->behaviourtype->adjust_random_guess_score(0));
     $this->assertEquals(1, $this->behaviourtype->adjust_random_guess_score(1));
 }