diff --git a/archived/codeception.codeception/89689e24507d8cb2c4a7937ece549db3836b608c.json b/archived/codeception.codeception/89689e24507d8cb2c4a7937ece549db3836b608c.json
new file mode 100644
index 00000000..ab2ebbad
--- /dev/null
+++ b/archived/codeception.codeception/89689e24507d8cb2c4a7937ece549db3836b608c.json
@@ -0,0 +1,290 @@
+{
+ "manifests": {
+ "codeception/codeception": {
+ "manifest": {
+ "copy-from-recipe": {
+ "codeception.yml": "codeception.yml",
+ "tests/": "tests/"
+ },
+ "post-install-output": [
+ "File codeception.yml created <- global configuration",
+ "tests/unit created <- unit tests",
+ "tests/unit.suite.yml written <- unit tests suite configuration",
+ "tests/functional created <- functional tests",
+ "tests/functional.suite.yml written <- functional tests suite configuration",
+ "tests/acceptance created <- acceptance tests",
+ "tests/acceptance.suite.yml written <- acceptance tests suite configuration",
+ "Codeception is installed for acceptance, functional, and unit testing",
+ "Next steps:",
+ "1. Edit tests/acceptance.suite.yml to set the url of your application. Change PhpBrowser to WebDriver to enable browser testing.",
+ "2. Edit tests/functional.suite.yml to enable Doctrine module if needed.",
+ "3. Create your first acceptance test using vendor/bin/codecept g:cest Acceptance First",
+ "4. Write your first test in tests/acceptance/FirstCest.php",
+ "5. Run tests using: vendor/bin/codecept run"
+ ]
+ },
+ "files": {
+ "codeception.yml": {
+ "contents": [
+ "namespace: App\\Tests",
+ "paths:",
+ " tests: tests",
+ " output: tests/_output",
+ " data: tests/_data",
+ " support: tests/_support",
+ " envs: tests/_envs",
+ "actor_suffix: Tester",
+ "extensions:",
+ " enabled:",
+ " - Codeception\\Extension\\RunFailed",
+ "params:",
+ " - .env",
+ ""
+ ],
+ "executable": false
+ },
+ "tests/_data/.gitignore": {
+ "contents": [
+ ""
+ ],
+ "executable": false
+ },
+ "tests/_output/.gitignore": {
+ "contents": [
+ "*",
+ "!.gitignore",
+ ""
+ ],
+ "executable": false
+ },
+ "tests/_support/AcceptanceTester.php": {
+ "contents": [
+ "Next steps:",
"1. Edit tests/acceptance.suite.yml to set the url of your application. Change PhpBrowser to WebDriver to enable browser testing.",
"2. Edit tests/functional.suite.yml to enable Doctrine module if needed.",
- "3. Create your first acceptance test using vendor/bin/codecept g:cest acceptance First",
+ "3. Create your first acceptance test using vendor/bin/codecept g:cest Acceptance First",
"4. Write your first test in tests/acceptance/FirstCest.php",
"5. Run tests using: vendor/bin/codecept run"
]
@@ -284,7 +284,7 @@
"executable": false
}
},
- "ref": "30798e46831f4fc641fca83c0423918518901cd7"
+ "ref": "89689e24507d8cb2c4a7937ece549db3836b608c"
}
}
}