mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Merge pull request #1426 from HypeMC/fix-panther-recipe
[symfony/panther] Fix compatibility with Symfony 7.3 & PHPUnit 11
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
"#\ttar -zxf geckodriver-v$GECKODRIVER_VERSION-aarch64.tar.gz -C /usr/bin; \\",
|
||||
"#\trm geckodriver-v$GECKODRIVER_VERSION-aarch64.tar.gz"
|
||||
],
|
||||
"dotenv": {
|
||||
"test": {
|
||||
"PANTHER_APP_ENV": "panther",
|
||||
"PANTHER_ERROR_SCREENSHOT_DIR": "./var/error-screenshots"
|
||||
}
|
||||
},
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "phpunit.xml.dist",
|
||||
@@ -50,13 +56,6 @@
|
||||
"target": "<extensions>",
|
||||
"requires": "phpunit/phpunit:>=10",
|
||||
"warn_if_missing": false
|
||||
},
|
||||
{
|
||||
"file": ".env.test",
|
||||
"content": "PANTHER_APP_ENV=panther\nPANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots",
|
||||
"position": "after_target",
|
||||
"target": "SYMFONY_DEPRECATIONS_HELPER=999999",
|
||||
"warn_if_missing": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user