diff --git a/composer.json b/composer.json index 92a6c25..b4f5983 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "ext-json": "*", "php": ">=8.1", "myclabs/deep-copy": "^1.9", - "spiral/core": "^3.14.7" + "spiral/core": "^3.15" }, "require-dev": { "phpunit/phpunit": "^10.1", diff --git a/tests/TraverserTest.php b/tests/TraverserTest.php index 5dad518..884eff7 100644 --- a/tests/TraverserTest.php +++ b/tests/TraverserTest.php @@ -118,6 +118,7 @@ public function leaveNode(mixed $node, VisitorContext $ctx): mixed ); } + #[\PHPUnit\Framework\Attributes\DoesNotPerformAssertions] public function testVisitorContext(): void { $doc = $this->parse('hello');