Skip to content

Commit

Permalink
OXDEV-7845 Try adding integration tests namespace for autoload
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Apr 24, 2024
1 parent 286bfe1 commit 7f0dce6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/oxid-esales/module-medialibrary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ install_shop_with_modules:
}
}
custom_script_container: |
AUTOLOAD_DEV='"psr-4": {"OxidEsales\\\\EshopCommunity\\\\Tests\\\\": "./vendor/oxid-esales/oxideshop-ce/tests"}'
perl -pi -e "s#\"autoload-dev\": {#\"autoload-dev\":{${AUTOLOAD_DEV}#g;" ./composer.json
vendor/bin/oe-console oe:database:reset --db-host=mysql --db-port=3306 --db-name=example --db-user=root --db-password=root --force
vendor/bin/oe-console oe:module:activate "{{ $ids }}"
vendor/bin/oe-console oe:theme:activate apex
Expand Down

0 comments on commit 7f0dce6

Please sign in to comment.