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