Skip to content

Commit

Permalink
Move tags functional tests from parser package to phpdoc-standard-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Apr 15, 2024
1 parent f8d1123 commit 0dc50f8
Show file tree
Hide file tree
Showing 1,200 changed files with 6 additions and 528,189 deletions.
18 changes: 6 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"require": {
"php": "^8.1",
"phplrt/lexer": "^3.6.5",
"phplrt/parser": "^3.6.5",
"phplrt/source": "^3.6.5"
"phplrt/lexer": "^3.6",
"phplrt/parser": "^3.6",
"phplrt/source": "^3.6"
},
"autoload": {
"psr-4": {
Expand All @@ -22,18 +22,12 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.53",
"jetbrains/phpstorm-attributes": "^1.0",
"nikic/php-parser": "^4.19|^5.0",
"phplrt/compiler": "^3.6.5",
"phplrt/compiler": "^3.6",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^10.5",
"rector/rector": "^1.0",
"symfony/finder": "^5.4|^6.0|^7.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0",
"type-lang/printer": ">=1.0.0-beta2 <2.0",
"type-lang/phpdoc": ">=1.0.0-beta8 <2.0",
"type-lang/phpdoc-standard-tags": "^1.0"
"phpunit/phpunit": "^10.5|^11.0",
"rector/rector": "^1.0"
},
"autoload-dev": {
"psr-4": {
Expand Down
75 changes: 0 additions & 75 deletions tests/Concern/InteractWithCommentsParser.php

This file was deleted.

124 changes: 0 additions & 124 deletions tests/Concern/InteractWithPHPDocParser.php

This file was deleted.

48 changes: 0 additions & 48 deletions tests/Concern/InteractWithPHPDocTagsParser.php

This file was deleted.

79 changes: 0 additions & 79 deletions tests/Concern/InteractWithPhpParser.php

This file was deleted.

Loading

0 comments on commit 0dc50f8

Please sign in to comment.