Skip to content

Commit ffaa37f

Browse files
committed
[symfony/panther] Fix compatibility with Symfony 7.3 & PHPUnit 11
1 parent 033182d commit ffaa37f

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
@@ -15,6 +15,12 @@
1515
"#\ttar -zxf geckodriver-v$GECKODRIVER_VERSION-aarch64.tar.gz -C /usr/bin; \\",
1616
"#\trm geckodriver-v$GECKODRIVER_VERSION-aarch64.tar.gz"
1717
],
18+
"dotenv": {
19+
"test": {
20+
"PANTHER_APP_ENV": "panther",
21+
"PANTHER_ERROR_SCREENSHOT_DIR": "./var/error-screenshots"
22+
}
23+
},
1824
"add-lines": [
1925
{
2026
"file": "phpunit.xml.dist",
@@ -29,13 +35,6 @@
2935
"position": "after_target",
3036
"target": "<extensions>",
3137
"warn_if_missing": false
32-
},
33-
{
34-
"file": ".env.test",
35-
"content": "PANTHER_APP_ENV=panther\nPANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots",
36-
"position": "after_target",
37-
"target": "SYMFONY_DEPRECATIONS_HELPER=999999",
38-
"warn_if_missing": true
3938
}
4039
]
4140
}

0 commit comments

Comments
 (0)