diff --git a/archived/phpunit.phpunit/7364a21d87e658eb363c5020c072ecfdc12e2326.json b/archived/phpunit.phpunit/7364a21d87e658eb363c5020c072ecfdc12e2326.json
new file mode 100644
index 00000000..b28f7b6c
--- /dev/null
+++ b/archived/phpunit.phpunit/7364a21d87e658eb363c5020c072ecfdc12e2326.json
@@ -0,0 +1,93 @@
+{
+ "manifests": {
+ "phpunit/phpunit": {
+ "manifest": {
+ "copy-from-recipe": {
+ ".env.test": ".env.test",
+ "phpunit.xml.dist": "phpunit.xml.dist",
+ "tests/": "tests/"
+ },
+ "gitignore": [
+ "/phpunit.xml",
+ ".phpunit.result.cache"
+ ]
+ },
+ "files": {
+ ".env.test": {
+ "contents": [
+ "# define your env variables for the test env here",
+ "KERNEL_CLASS='App\\Kernel'",
+ "APP_SECRET='$ecretf0rt3st'",
+ "SYMFONY_DEPRECATIONS_HELPER=999999",
+ "PANTHER_APP_ENV=panther",
+ "PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots",
+ ""
+ ],
+ "executable": false
+ },
+ "phpunit.xml.dist": {
+ "contents": [
+ "",
+ "",
+ "",
+ "",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " tests",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " src",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ "",
+ ""
+ ],
+ "executable": false
+ },
+ "tests/bootstrap.php": {
+ "contents": [
+ "bootEnv(dirname(__DIR__).'/.env');",
+ "}",
+ ""
+ ],
+ "executable": false
+ }
+ },
+ "ref": "7364a21d87e658eb363c5020c072ecfdc12e2326"
+ }
+ }
+}
diff --git a/archived/phpunit.phpunit/eb4b14aaa06c438b7022c2b19016f5c751f800dc.json b/archived/phpunit.phpunit/eb4b14aaa06c438b7022c2b19016f5c751f800dc.json
new file mode 100644
index 00000000..f0cb3d07
--- /dev/null
+++ b/archived/phpunit.phpunit/eb4b14aaa06c438b7022c2b19016f5c751f800dc.json
@@ -0,0 +1,90 @@
+{
+ "manifests": {
+ "phpunit/phpunit": {
+ "manifest": {
+ "copy-from-recipe": {
+ ".env.test": ".env.test",
+ "phpunit.xml.dist": "phpunit.xml.dist",
+ "tests/": "tests/"
+ },
+ "gitignore": [
+ "/phpunit.xml",
+ ".phpunit.result.cache"
+ ]
+ },
+ "files": {
+ ".env.test": {
+ "contents": [
+ "# define your env variables for the test env here",
+ "KERNEL_CLASS='App\\Kernel'",
+ "APP_SECRET='$ecretf0rt3st'",
+ "SYMFONY_DEPRECATIONS_HELPER=999999",
+ "PANTHER_APP_ENV=panther",
+ "PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots",
+ ""
+ ],
+ "executable": false
+ },
+ "phpunit.xml.dist": {
+ "contents": [
+ "",
+ "",
+ "",
+ "",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " tests",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " src",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ "",
+ ""
+ ],
+ "executable": false
+ },
+ "tests/bootstrap.php": {
+ "contents": [
+ "bootEnv(dirname(__DIR__).'/.env');",
+ "}",
+ ""
+ ],
+ "executable": false
+ }
+ },
+ "ref": "eb4b14aaa06c438b7022c2b19016f5c751f800dc"
+ }
+ }
+}
diff --git a/archived/symfony.panther/2e163d6c3d10688ce3eac42afe5bf9e1fcb7327e.json b/archived/symfony.panther/2e163d6c3d10688ce3eac42afe5bf9e1fcb7327e.json
new file mode 100644
index 00000000..b72cc7fa
--- /dev/null
+++ b/archived/symfony.panther/2e163d6c3d10688ce3eac42afe5bf9e1fcb7327e.json
@@ -0,0 +1,43 @@
+{
+ "manifests": {
+ "symfony/panther": {
+ "manifest": {
+ "dockerfile": [
+ "# Chromium and ChromeDriver",
+ "ENV PANTHER_NO_SANDBOX 1",
+ "# Not mandatory, but recommended",
+ "ENV PANTHER_CHROME_ARGUMENTS='--disable-dev-shm-usage'",
+ "RUN apk add --no-cache chromium chromium-chromedriver",
+ "",
+ "# Firefox and geckodriver",
+ "#ARG GECKODRIVER_VERSION=0.29.0",
+ "#RUN apk add --no-cache firefox",
+ "#RUN wget -q https://github.com/mozilla/geckodriver/releases/download/v$GECKODRIVER_VERSION/geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz; \\",
+ "#\ttar -zxf geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz -C /usr/bin; \\",
+ "#\trm geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz"
+ ],
+ "add-lines": [
+ {
+ "file": "phpunit.xml.dist",
+ "content": " ",
+ "position": "after_target",
+ "target": ""
+ }
+ ],
+ "post-install-output": [
+ " * Install ChromeDriver> or geckodriver> with ",
+ " the package manager of your Operating System.",
+ " ",
+ " Alternatively, use Browser Driver Installer:",
+ "",
+ " composer require --dev dbrekelmans/bdi>",
+ " vendor/bin/bdi detect drivers>",
+ "",
+ " This step is not necessary when using Docker."
+ ]
+ },
+ "files": [],
+ "ref": "2e163d6c3d10688ce3eac42afe5bf9e1fcb7327e"
+ }
+ }
+}
diff --git a/archived/symfony.phpunit-bridge/1552413ad842623d23a33b3ed295e03eaaf0a332.json b/archived/symfony.phpunit-bridge/1552413ad842623d23a33b3ed295e03eaaf0a332.json
new file mode 100644
index 00000000..68782a7b
--- /dev/null
+++ b/archived/symfony.phpunit-bridge/1552413ad842623d23a33b3ed295e03eaaf0a332.json
@@ -0,0 +1,128 @@
+{
+ "manifests": {
+ "symfony/phpunit-bridge": {
+ "manifest": {
+ "copy-from-recipe": {
+ ".env.test": ".env.test",
+ "bin/": "%BIN_DIR%/",
+ "phpunit.xml.dist": "phpunit.xml.dist",
+ "tests/": "tests/"
+ },
+ "gitignore": [
+ ".phpunit.result.cache",
+ "/phpunit.xml"
+ ],
+ "post-install-output": [
+ " * Write> test cases in the tests/> folder",
+ " * Use MakerBundle's make:test> command as a shortcut!",
+ " * Run> the tests with php bin/phpunit>"
+ ]
+ },
+ "files": {
+ ".env.test": {
+ "contents": [
+ "# define your env variables for the test env here",
+ "KERNEL_CLASS='App\\Kernel'",
+ "APP_SECRET='$ecretf0rt3st'",
+ "SYMFONY_DEPRECATIONS_HELPER=999999",
+ "PANTHER_APP_ENV=panther",
+ "PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots",
+ ""
+ ],
+ "executable": false
+ },
+ "bin/phpunit": {
+ "contents": [
+ "#!/usr/bin/env php",
+ "",
+ "",
+ "",
+ "",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " tests",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " src",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ "",
+ ""
+ ],
+ "executable": false
+ },
+ "tests/bootstrap.php": {
+ "contents": [
+ "bootEnv(dirname(__DIR__).'/.env');",
+ "}",
+ "",
+ "if ($_SERVER['APP_DEBUG']) {",
+ " umask(0000);",
+ "}",
+ ""
+ ],
+ "executable": false
+ }
+ },
+ "ref": "1552413ad842623d23a33b3ed295e03eaaf0a332"
+ }
+ }
+}
diff --git a/archived/symfony.phpunit-bridge/197122f13eefe2736858d928fba95f26bcbc4dcd.json b/archived/symfony.phpunit-bridge/197122f13eefe2736858d928fba95f26bcbc4dcd.json
new file mode 100644
index 00000000..e31dd74d
--- /dev/null
+++ b/archived/symfony.phpunit-bridge/197122f13eefe2736858d928fba95f26bcbc4dcd.json
@@ -0,0 +1,120 @@
+{
+ "manifests": {
+ "symfony/phpunit-bridge": {
+ "manifest": {
+ "copy-from-recipe": {
+ ".env.test": ".env.test",
+ "bin/": "%BIN_DIR%/",
+ "phpunit.xml.dist": "phpunit.xml.dist",
+ "tests/": "tests/"
+ },
+ "gitignore": [
+ ".phpunit",
+ ".phpunit.result.cache",
+ "/phpunit.xml"
+ ],
+ "post-install-output": [
+ " * Write> test cases in the tests/> folder",
+ " * Run> php bin/phpunit>"
+ ]
+ },
+ "files": {
+ ".env.test": {
+ "contents": [
+ "# define your env variables for the test env here",
+ "KERNEL_CLASS='App\\Kernel'",
+ "APP_SECRET='$ecretf0rt3st'",
+ "SYMFONY_DEPRECATIONS_HELPER=999999",
+ "PANTHER_APP_ENV=panther",
+ "PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots",
+ ""
+ ],
+ "executable": false
+ },
+ "bin/phpunit": {
+ "contents": [
+ "#!/usr/bin/env php",
+ "",
+ "",
+ "",
+ "",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " tests",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " src",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ " ",
+ "",
+ " ",
+ " ",
+ "",
+ ""
+ ],
+ "executable": false
+ },
+ "tests/bootstrap.php": {
+ "contents": [
+ "bootEnv(dirname(__DIR__).'/.env');",
+ "}",
+ "",
+ "if ($_SERVER['APP_DEBUG']) {",
+ " umask(0000);",
+ "}",
+ ""
+ ],
+ "executable": false
+ }
+ },
+ "ref": "197122f13eefe2736858d928fba95f26bcbc4dcd"
+ }
+ }
+}
diff --git a/phpunit.phpunit.4.7.json b/phpunit.phpunit.4.7.json
index 691ecb52..f0cb3d07 100644
--- a/phpunit.phpunit.4.7.json
+++ b/phpunit.phpunit.4.7.json
@@ -59,12 +59,8 @@
" ",
" ",
"",
- " ",
- " ",
"",
""
],
@@ -88,7 +84,7 @@
"executable": false
}
},
- "ref": "b5b34fa22319ac1f7f6c180b30e160841c154a1e"
+ "ref": "eb4b14aaa06c438b7022c2b19016f5c751f800dc"
}
}
}
diff --git a/phpunit.phpunit.9.3.json b/phpunit.phpunit.9.3.json
index 2707bd9d..b28f7b6c 100644
--- a/phpunit.phpunit.9.3.json
+++ b/phpunit.phpunit.9.3.json
@@ -62,12 +62,8 @@
" ",
" ",
"",
- " ",
- " ",
"",
""
],
@@ -91,7 +87,7 @@
"executable": false
}
},
- "ref": "a6249a6c4392e9169b87abf93225f7f9f59025e6"
+ "ref": "7364a21d87e658eb363c5020c072ecfdc12e2326"
}
}
}
diff --git a/symfony.panther.1.0.json b/symfony.panther.1.0.json
index a7d7e48e..b72cc7fa 100644
--- a/symfony.panther.1.0.json
+++ b/symfony.panther.1.0.json
@@ -16,6 +16,14 @@
"#\ttar -zxf geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz -C /usr/bin; \\",
"#\trm geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz"
],
+ "add-lines": [
+ {
+ "file": "phpunit.xml.dist",
+ "content": " ",
+ "position": "after_target",
+ "target": ""
+ }
+ ],
"post-install-output": [
" * Install ChromeDriver> or geckodriver> with ",
" the package manager of your Operating System.",
@@ -25,14 +33,11 @@
" composer require --dev dbrekelmans/bdi>",
" vendor/bin/bdi detect drivers>",
"",
- " This step is not necessary when using Docker.",
- "",
- " * To use Panther with PHPUnit,",
- " uncomment the snippet registering the Panther extension in phpunit.xml.dist>"
+ " This step is not necessary when using Docker."
]
},
"files": [],
- "ref": "877d853a05c6713665a2f4b954734592680abff6"
+ "ref": "2e163d6c3d10688ce3eac42afe5bf9e1fcb7327e"
}
}
}
diff --git a/symfony.phpunit-bridge.5.1.json b/symfony.phpunit-bridge.5.1.json
index 7dfb4bb4..e31dd74d 100644
--- a/symfony.phpunit-bridge.5.1.json
+++ b/symfony.phpunit-bridge.5.1.json
@@ -85,12 +85,8 @@
" ",
" ",
"",
- " ",
- " ",
"",
""
],
@@ -118,7 +114,7 @@
"executable": false
}
},
- "ref": "a079d407e71a1db6403d5274798119771c367891"
+ "ref": "197122f13eefe2736858d928fba95f26bcbc4dcd"
}
}
}
diff --git a/symfony.phpunit-bridge.5.3.json b/symfony.phpunit-bridge.5.3.json
index b1844fae..68782a7b 100644
--- a/symfony.phpunit-bridge.5.3.json
+++ b/symfony.phpunit-bridge.5.3.json
@@ -93,12 +93,8 @@
" ",
" ",
"",
- " ",
- " ",
"",
""
],
@@ -126,7 +122,7 @@
"executable": false
}
},
- "ref": "819d3d2ffa4590eba0b8f4f3e5e89415ee4e45c3"
+ "ref": "1552413ad842623d23a33b3ed295e03eaaf0a332"
}
}
}