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