| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class DiceTest extends TestCase |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Construct object and verify that the object has the expected |
||
| 14 | * properties, use no arguments. |
||
| 15 | */ |
||
| 16 | public function testCreateDice() |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Create a mocked object that always returns 6. |
||
| 27 | */ |
||
| 28 | public function testStubRollDiceLastRoll() |
||
| 40 | } |
||
| 41 | } |