| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 10 | class GraphicCardTest extends TestCase |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Construct object and verify that the object is of the expected |
||
| 14 | * type. |
||
| 15 | */ |
||
| 16 | public function testCreateCard(): void |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Assert that a card returns the correct details. |
||
| 24 | */ |
||
| 25 | |||
| 26 | public function testGetCard(): void |
||
| 34 |