diff --git a/symfony/panther/1.0/error-screenshots/.gitignore b/symfony/panther/1.0/error-screenshots/.gitignore deleted file mode 100644 index e69de29b..00000000 diff --git a/symfony/panther/1.0/manifest.json b/symfony/panther/1.0/manifest.json index dae9e985..a815d1d0 100644 --- a/symfony/panther/1.0/manifest.json +++ b/symfony/panther/1.0/manifest.json @@ -1,10 +1,4 @@ { - "copy-from-recipe": { - "error-screenshots/": "tests/error-screenshots/" - }, - "gitignore": [ - "/tests/error-screenshots/*.png" - ], "dockerfile": [ "# Chromium and ChromeDriver", "ENV PANTHER_NO_SANDBOX 1", diff --git a/symfony/phpunit-bridge/3.3/manifest.json b/symfony/phpunit-bridge/3.3/manifest.json index a2ed0cb4..bfb865df 100644 --- a/symfony/phpunit-bridge/3.3/manifest.json +++ b/symfony/phpunit-bridge/3.3/manifest.json @@ -8,7 +8,8 @@ "gitignore": [ ".phpunit", ".phpunit.result.cache", - "/phpunit.xml" + "/phpunit.xml", + "error-screenshots/" ], "aliases": ["simple-phpunit"] }