Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
31 | public static function setUpBeforeClass(): void |
||
32 | { |
||
33 | self::$testedClass = KeyName::class; |
||
34 | |||
35 | self::$schemaFile = dirname(__FILE__, 4) . '/resources/schemas/xmldsig1-schema.xsd'; |
||
36 | |||
37 | self::$xmlRepresentation = DOMDocumentFactory::fromFile( |
||
38 | dirname(__FILE__, 3) . '/resources/xml/ds_KeyName.xml', |
||
39 | ); |
||
68 |