Total Complexity | 5 |
Total Lines | 54 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class DiceHandTest extends TestCase |
||
14 | { |
||
15 | /** |
||
16 | * Test adding dice to the hand and counting them. |
||
17 | */ |
||
18 | public function testAddAndGetNumberDices(): void |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * Test dice roll and get values. |
||
29 | */ |
||
30 | public function testRollAndGetValues(): void |
||
46 | } |
||
47 | } |
||
48 | |||
49 | /** |
||
50 | * Test getString. |
||
51 | */ |
||
52 | public function testGetString(): void |
||
70 |