| Total Complexity | 3 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 12 | class DealerTest extends TestCase |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * testCreateObject |
||
| 16 | * |
||
| 17 | * Construct object and verify that the object has the expected |
||
| 18 | * properties, use no arguments. |
||
| 19 | * |
||
| 20 | * @return void |
||
| 21 | */ |
||
| 22 | public function testCreateObject(): void |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * testPlay |
||
| 30 | * |
||
| 31 | * Test the Play function |
||
| 32 | * |
||
| 33 | * @return void |
||
| 34 | */ |
||
| 35 | public function testPlay(): void |
||
| 54 |