remove legacy

This commit is contained in:
Sergei Shitikov
2025-02-16 13:02:01 +01:00
parent f899c41311
commit b36b08d916
17 changed files with 29 additions and 740 deletions
+1 -2
View File
@@ -41,8 +41,7 @@
}
},
"scripts": {
"integration": "paratest tests/ --exclude-group=legacy --bootstrap vendor/autoload.php -f",
"integration:old": "phpunit tests/Integration/OldTests --bootstrap vendor/autoload.php",
"integration": "paratest tests/ --bootstrap vendor/autoload.php -f",
"cs": "php-cs-fixer fix --dry-run",
"cs:fix": "php-cs-fixer fix",
"phpstan": "phpstan analyse --memory-limit=256M"