docker exec -t $(docker-compose ps -q pgsql) pg_dumpall -c -U oro_db_user > dump.psql
php bin/phpcs {} -p --encoding=utf-8 --extensions=php --standard=vendor/oro/platform/build/Oro/phpcs.xml
php bin/php-cs-fixer fix {} --verbose --dry-run --config=vendor/oro/platform/build/.php-cs-fixer.php
php bin/phpmd {} text vendor/oro/platform/build/phpmd.xml --suffixes php
where {}
is the changed file
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
imports: | |
- behat.yml.dist | |
default: &default | |
extensions: &default_extensions | |
Behat\MinkExtension: | |
base_url: 'http://oro.ee.local' | |
sessions: | |
second_session: | |
oroSelenium2: |