예제 #1
0
 /**
  * No one knows what this method does or where it is used but lets test it just for fun
  */
 public function testGetTotalChoices()
 {
     $model = new Deal();
     $this->assertEquals([0, 1, 2, 3], $model->getTotalChoices(0, 3));
 }