Skip to content

Commit 0a217cf

Browse files
committed
tests: require PHP >=7.2 because of the phpdoc lib
1 parent 4175fdf commit 0a217cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Parser/NodeVisitorTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ public function testUpdateMethodParametersFromTags(): void
369369

370370
/**
371371
* @see NodeVisitor::updateMethodParametersFromTags
372+
* @requires PHP 7.2
372373
*/
373374
public function testUpdateMethodParametersFromInvalidTags(): void
374375
{
@@ -410,6 +411,7 @@ public function testUpdateMethodParametersFromInvalidTags(): void
410411

411412
/**
412413
* @see NodeVisitor::updateMethodParametersFromTags
414+
* @requires PHP 7.2
413415
*/
414416
public function testUpdateMethodParametersFromInvalidTagsReport(): void
415417
{
@@ -441,6 +443,7 @@ public function testUpdateMethodParametersFromInvalidTagsReport(): void
441443

442444
/**
443445
* @see NodeVisitor::addTagFromCommentToMethod
446+
* @requires PHP 7.2
444447
*/
445448
public function testAddTagFromCommentToMethodInvalidHint(): void
446449
{

0 commit comments

Comments
 (0)