Total Complexity | 3 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class IgbinarySerializerTest extends SerializerTest |
||
11 | { |
||
12 | protected function setUp(): void |
||
13 | { |
||
14 | if (!function_exists('igbinary_serialize')) { |
||
15 | $this->markTestSkipped('igbinary extension is required.'); |
||
16 | } |
||
17 | |||
18 | parent::setUp(); |
||
19 | } |
||
20 | |||
21 | protected function createSerializer(): SerializerInterface |
||
24 | } |
||
25 | } |
||
26 |