-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'pt-12692/fix-virtual-urls' into 'master'
PT-12692 - Fix virtual urls See merge request shopware/5/services/swagpaymentpaypalunified!162
- Loading branch information
Showing
29 changed files
with
350 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,10 +52,12 @@ default: | |
- php bin/console sw:firstrunwizard:disable | ||
- php bin/console sw:admin:create --name="Demo" --email="[email protected]" --username="demo" --password="demo" --locale=de_DE -n | ||
- touch recovery/install/data/install.lock | ||
- cp -r custom/plugins/${PLUGIN_NAME}/Tests/config_gitlab.php config.php | ||
|
||
.prepare_installation_script_install_shopware_make: &prepare_installation_script_install_shopware_make | ||
- eval export DB_USER DB_PASSWORD DB_HOST DB_PORT DB_NAME SW_HOST SW_BASE_PATH | ||
- make init | ||
- cp -r custom/plugins/${PLUGIN_NAME}/Tests/config_gitlab.php config.php | ||
|
||
.prepare_installation_script_install_plugin: &prepare_installation_script_install_plugin | ||
- php bin/console sw:plugin:refresh | ||
|
@@ -86,7 +88,7 @@ default: | |
- *entrypoint_script | ||
- cd custom/plugins/${PLUGIN_NAME} | ||
script: | ||
- ../../../vendor/bin/phpunit -v --config="phpunit.xml.dist" --colors="never" --log-junit="${ARTIFACTS_ROOT}/test-log.junit.xml" | ||
- ../../../vendor/bin/phpunit --stderr -v --config="phpunit.xml.dist" --colors="never" --log-junit="${ARTIFACTS_ROOT}/test-log.junit.xml" | ||
artifacts: | ||
paths: | ||
- ${ARTIFACTS_ROOT} | ||
|
@@ -158,6 +160,7 @@ Code Coverage: | |
script: | ||
- php -d pcov.enabled="1" -d pcov.directory="${CI_PROJECT_DIR}" -d pcov.exclude='~(vendor|Tests)~' | ||
../../../vendor/bin/phpunit | ||
--stderr | ||
--configuration="phpunit.xml.dist" | ||
--colors="never" | ||
--log-junit="${ARTIFACTS_ROOT}/phpunit.junit.xml" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...paypal_unified/mixin/onboarding_helper.js → ...ified_settings/mixin/onboarding_helper.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.