Skip to content

Commit 136ebfd

Browse files
committed
Add dependency for testArrayization on testMarshalling
1 parent 8e57763 commit 136ebfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/TestUtils/ArrayizableElementTestTrait.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
namespace SimpleSAML\XML\TestUtils;
66

7+
use PHPUnit\Framework\Attributes\Depends;
8+
79
use function class_exists;
810

911
/**
@@ -23,6 +25,7 @@ trait ArrayizableElementTestTrait
2325
/**
2426
* Test arrayization / de-arrayization
2527
*/
28+
#[Depends('testMarshalling')]
2629
public function testArrayization(): void
2730
{
2831
if (!class_exists(self::$testedClass)) {

0 commit comments

Comments
 (0)