Skip to content

Commit 4120905

Browse files
authored
Merge pull request #1426 from HypeMC/fix-panther-recipe
[symfony/panther] Fix compatibility with Symfony 7.3 & PHPUnit 11
2 parents 60dd462 + ffaa37f commit 4120905

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

symfony/panther/1.0/manifest.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
"#\ttar -zxf geckodriver-v$GECKODRIVER_VERSION-aarch64.tar.gz -C /usr/bin; \\",
1919
"#\trm geckodriver-v$GECKODRIVER_VERSION-aarch64.tar.gz"
2020
],
21+
"dotenv": {
22+
"test": {
23+
"PANTHER_APP_ENV": "panther",
24+
"PANTHER_ERROR_SCREENSHOT_DIR": "./var/error-screenshots"
25+
}
26+
},
2127
"add-lines": [
2228
{
2329
"file": "phpunit.xml.dist",
@@ -50,13 +56,6 @@
5056
"target": "<extensions>",
5157
"requires": "phpunit/phpunit:>=10",
5258
"warn_if_missing": false
53-
},
54-
{
55-
"file": ".env.test",
56-
"content": "PANTHER_APP_ENV=panther\nPANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots",
57-
"position": "after_target",
58-
"target": "SYMFONY_DEPRECATIONS_HELPER=999999",
59-
"warn_if_missing": true
6059
}
6160
]
6261
}

0 commit comments

Comments
 (0)