Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | final class NullSerializerTest extends \PHPUnit\Framework\TestCase |
||
12 | { |
||
13 | /** |
||
14 | * @test |
||
15 | * @covers ::unserialize |
||
16 | * |
||
17 | * @return void |
||
18 | */ |
||
19 | public function unserialize() |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * @test |
||
28 | * @covers ::serialize |
||
29 | * |
||
30 | * @return void |
||
31 | */ |
||
32 | public function serialize() |
||
39 |