Total Complexity | 3 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
24 | final class X509SubjectNameTest extends TestCase |
||
25 | { |
||
26 | use SerializableElementTestTrait; |
||
|
|||
27 | |||
28 | /** |
||
29 | */ |
||
30 | public static function setUpBeforeClass(): void |
||
31 | { |
||
32 | self::$testedClass = X509SubjectName::class; |
||
33 | |||
34 | self::$xmlRepresentation = DOMDocumentFactory::fromFile( |
||
35 | dirname(__FILE__, 3) . '/resources/xml/ds_X509SubjectName.xml', |
||
36 | ); |
||
37 | } |
||
38 | |||
39 | |||
40 | /** |
||
41 | */ |
||
42 | public function testMarshalling(): void |
||
49 | ); |
||
50 | } |
||
51 | |||
52 | |||
53 | /** |
||
54 | */ |
||
55 | public function testUnmarshalling(): void |
||
65 |