From 84f51e8d1ee08534dae8c3ff9d74fc49f792086e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 3 Feb 2021 18:14:14 +0100 Subject: [PATCH] better approach --- symfony/panther/1.0/error-screenshots/.gitignore | 0 symfony/panther/1.0/manifest.json | 6 ------ symfony/phpunit-bridge/3.3/manifest.json | 3 ++- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 symfony/panther/1.0/error-screenshots/.gitignore 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"] }