Total Complexity | 2 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | #[CoversClass(PRF::class)] |
||
25 | #[CoversClass(AbstractPRFAlgorithmIdentifierType::class)] |
||
26 | #[CoversClass(AbstractAlgorithmIdentifierType::class)] |
||
27 | #[CoversClass(AbstractXenc11Element::class)] |
||
28 | final class PRFTest extends TestCase |
||
29 | { |
||
30 | use SerializableElementTestTrait; |
||
31 | |||
32 | /** |
||
33 | */ |
||
34 | public static function setUpBeforeClass(): void |
||
35 | { |
||
36 | self::$testedClass = PRF::class; |
||
37 | |||
38 | self::$xmlRepresentation = DOMDocumentFactory::fromFile( |
||
39 | dirname(__FILE__, 3) . '/resources/xml/xenc11_PRF.xml', |
||
40 | ); |
||
41 | } |
||
42 | |||
43 | |||
44 | // marshalling |
||
45 | |||
46 | |||
47 | /** |
||
48 | */ |
||
49 | public function testMarshalling(): void |
||
56 | ); |
||
57 | } |
||
59 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths