tests/Unit/DeckTraitTest.php 1 location
|
@@ 31-37 (lines=7) @@
|
| 28 |
|
$this->assertEquals($exp, 265); |
| 29 |
|
} |
| 30 |
|
|
| 31 |
|
public function testTraitDeckDeckSize() |
| 32 |
|
{ |
| 33 |
|
$pokersquares = new PokerSquares(); |
| 34 |
|
|
| 35 |
|
$exp = $pokersquares->deckSize(['<div class="card rank08C">8 <br/> ♣</div>','<div class="card rank09C">9 <br/> ♣</div>',]); |
| 36 |
|
$this->assertEquals($exp, 2); |
| 37 |
|
} |
| 38 |
|
|
| 39 |
|
public function testTraitDeckReturnDeck() |
| 40 |
|
{ |
tests/Unit/PokerSquaresCreateObjectTest.php 1 location
|
@@ 43-49 (lines=7) @@
|
| 40 |
|
$this->assertEquals($exp, 265); |
| 41 |
|
} |
| 42 |
|
|
| 43 |
|
public function testTraitDeckDeckSize() |
| 44 |
|
{ |
| 45 |
|
$pokersquares = new PokerSquares(); |
| 46 |
|
|
| 47 |
|
$exp = $pokersquares->deckSize(['<div class="card rank08C">8 <br/> ♣</div>','<div class="card rank09C">9 <br/> ♣</div>',]); |
| 48 |
|
$this->assertEquals($exp, 2); |
| 49 |
|
} |
| 50 |
|
|
| 51 |
|
public function testTraitSetupName() |
| 52 |
|
{ |