diff --git a/archived/symfony.phpunit-bridge/170ab6f9abd4e1dab87462847116659ae138c34e.json b/archived/symfony.phpunit-bridge/170ab6f9abd4e1dab87462847116659ae138c34e.json new file mode 100644 index 00000000..e85966c2 --- /dev/null +++ b/archived/symfony.phpunit-bridge/170ab6f9abd4e1dab87462847116659ae138c34e.json @@ -0,0 +1,118 @@ +{ + "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": "170ab6f9abd4e1dab87462847116659ae138c34e" + } + } +} diff --git a/archived/symfony.phpunit-bridge/61aeb00b7a32aad839fe73273c8f28d2dcb3a0a9.json b/archived/symfony.phpunit-bridge/61aeb00b7a32aad839fe73273c8f28d2dcb3a0a9.json new file mode 100644 index 00000000..5dd51025 --- /dev/null +++ b/archived/symfony.phpunit-bridge/61aeb00b7a32aad839fe73273c8f28d2dcb3a0a9.json @@ -0,0 +1,117 @@ +{ + "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": "61aeb00b7a32aad839fe73273c8f28d2dcb3a0a9" + } + } +} diff --git a/archived/symfony.phpunit-bridge/819d3d2ffa4590eba0b8f4f3e5e89415ee4e45c3.json b/archived/symfony.phpunit-bridge/819d3d2ffa4590eba0b8f4f3e5e89415ee4e45c3.json new file mode 100644 index 00000000..b1844fae --- /dev/null +++ b/archived/symfony.phpunit-bridge/819d3d2ffa4590eba0b8f4f3e5e89415ee4e45c3.json @@ -0,0 +1,132 @@ +{ + "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": "819d3d2ffa4590eba0b8f4f3e5e89415ee4e45c3" + } + } +} diff --git a/archived/symfony.phpunit-bridge/a079d407e71a1db6403d5274798119771c367891.json b/archived/symfony.phpunit-bridge/a079d407e71a1db6403d5274798119771c367891.json new file mode 100644 index 00000000..7dfb4bb4 --- /dev/null +++ b/archived/symfony.phpunit-bridge/a079d407e71a1db6403d5274798119771c367891.json @@ -0,0 +1,124 @@ +{ + "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": "a079d407e71a1db6403d5274798119771c367891" + } + } +} diff --git a/archived/symfony.phpunit-bridge/c7c88767e034f656bdb78407d5b0407e2f12f92b.json b/archived/symfony.phpunit-bridge/c7c88767e034f656bdb78407d5b0407e2f12f92b.json new file mode 100644 index 00000000..6646d58f --- /dev/null +++ b/archived/symfony.phpunit-bridge/c7c88767e034f656bdb78407d5b0407e2f12f92b.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", + "" + ], + "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": "c7c88767e034f656bdb78407d5b0407e2f12f92b" + } + } +} diff --git a/symfony.phpunit-bridge.3.3.json b/symfony.phpunit-bridge.3.3.json index 313f8802..6646d58f 100644 --- a/symfony.phpunit-bridge.3.3.json +++ b/symfony.phpunit-bridge.3.3.json @@ -105,12 +105,16 @@ "} elseif (method_exists(Dotenv::class, 'bootEnv')) {", " (new Dotenv())->bootEnv(dirname(__DIR__).'/.env');", "}", + "", + "if ($_SERVER['APP_DEBUG']) {", + " umask(0000);", + "}", "" ], "executable": false } }, - "ref": "f59588dbcb508b1f45097a97d5066905aa6f8f41" + "ref": "c7c88767e034f656bdb78407d5b0407e2f12f92b" } } } diff --git a/symfony.phpunit-bridge.4.1.json b/symfony.phpunit-bridge.4.1.json index 7192f00f..5dd51025 100644 --- a/symfony.phpunit-bridge.4.1.json +++ b/symfony.phpunit-bridge.4.1.json @@ -102,12 +102,16 @@ "} elseif (method_exists(Dotenv::class, 'bootEnv')) {", " (new Dotenv())->bootEnv(dirname(__DIR__).'/.env');", "}", + "", + "if ($_SERVER['APP_DEBUG']) {", + " umask(0000);", + "}", "" ], "executable": false } }, - "ref": "2ba17ea3190d76e6e37a52378f6bca3d84891bc5" + "ref": "61aeb00b7a32aad839fe73273c8f28d2dcb3a0a9" } } } diff --git a/symfony.phpunit-bridge.4.3.json b/symfony.phpunit-bridge.4.3.json index 2751a903..e85966c2 100644 --- a/symfony.phpunit-bridge.4.3.json +++ b/symfony.phpunit-bridge.4.3.json @@ -103,12 +103,16 @@ "} elseif (method_exists(Dotenv::class, 'bootEnv')) {", " (new Dotenv())->bootEnv(dirname(__DIR__).'/.env');", "}", + "", + "if ($_SERVER['APP_DEBUG']) {", + " umask(0000);", + "}", "" ], "executable": false } }, - "ref": "0e1b186400de9d4ab83363138b4eb0072c99b2ab" + "ref": "170ab6f9abd4e1dab87462847116659ae138c34e" } } } diff --git a/symfony.phpunit-bridge.5.1.json b/symfony.phpunit-bridge.5.1.json index 1bb98a4a..7dfb4bb4 100644 --- a/symfony.phpunit-bridge.5.1.json +++ b/symfony.phpunit-bridge.5.1.json @@ -109,12 +109,16 @@ "} elseif (method_exists(Dotenv::class, 'bootEnv')) {", " (new Dotenv())->bootEnv(dirname(__DIR__).'/.env');", "}", + "", + "if ($_SERVER['APP_DEBUG']) {", + " umask(0000);", + "}", "" ], "executable": false } }, - "ref": "f42c00dd9758feeafde5dfad515117753599f8f2" + "ref": "a079d407e71a1db6403d5274798119771c367891" } } } diff --git a/symfony.phpunit-bridge.5.3.json b/symfony.phpunit-bridge.5.3.json index a72fa630..b1844fae 100644 --- a/symfony.phpunit-bridge.5.3.json +++ b/symfony.phpunit-bridge.5.3.json @@ -117,12 +117,16 @@ "} elseif (method_exists(Dotenv::class, 'bootEnv')) {", " (new Dotenv())->bootEnv(dirname(__DIR__).'/.env');", "}", + "", + "if ($_SERVER['APP_DEBUG']) {", + " umask(0000);", + "}", "" ], "executable": false } }, - "ref": "97cb3dc7b0f39c7cfc4b7553504c9d7b7795de96" + "ref": "819d3d2ffa4590eba0b8f4f3e5e89415ee4e45c3" } } }