Total Complexity | 7 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class SteamAppTest extends TestCase |
||
11 | { |
||
12 | public function testGetAll(): void |
||
15 | } |
||
16 | |||
17 | public function testReturnedType(): void |
||
21 | } |
||
22 | } |
||
23 | |||
24 | public function testInvokableCases(): void |
||
25 | { |
||
26 | $this->assertEquals(SteamApp::CSGO(), 730); |
||
|
|||
27 | } |
||
28 | |||
29 | public function testNames(): void |
||
30 | { |
||
31 | $this->assertIsArray(SteamApp::names()); |
||
32 | } |
||
33 | |||
34 | public function testValues(): void |
||
37 | } |
||
38 | |||
39 | public function testOptions(): void |
||
42 | } |
||
43 | } |
||
44 |