Skip to content

Commit 84f51e8

Browse files
committed
better approach
1 parent d0b7427 commit 84f51e8

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

symfony/panther/1.0/error-screenshots/.gitignore

Whitespace-only changes.

symfony/panther/1.0/manifest.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
{
2-
"copy-from-recipe": {
3-
"error-screenshots/": "tests/error-screenshots/"
4-
},
5-
"gitignore": [
6-
"/tests/error-screenshots/*.png"
7-
],
82
"dockerfile": [
93
"# Chromium and ChromeDriver",
104
"ENV PANTHER_NO_SANDBOX 1",

symfony/phpunit-bridge/3.3/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"gitignore": [
99
".phpunit",
1010
".phpunit.result.cache",
11-
"/phpunit.xml"
11+
"/phpunit.xml",
12+
"error-screenshots/"
1213
],
1314
"aliases": ["simple-phpunit"]
1415
}

0 commit comments

Comments
 (0)