コード例 #1
0
ファイル: DeckTest.php プロジェクト: bmcveigh/cards_php
 public function testCanBeNegated()
 {
     $deck = new Deck();
     $deck->shuffleDeck();
 }