Exemple #1
0
 public function testDiscardCard()
 {
     $card = $this->shoe->dealCard();
     $this->assertNull($this->shoe->discardCard($card));
 }