Skip to content

Latest commit

 

History

History
executable file
·
12 lines (10 loc) · 373 Bytes

README.md

File metadata and controls

executable file
·
12 lines (10 loc) · 373 Bytes

WandiToolsBundle

Build Status

cp phpunit.xml.dist phpunit.xml
docker-compose build
docker-compose up -d
docker-compose run --rm php composer install
docker-compose run --rm php phpunit
docker-compose run --rm php php-cs-fixer fix . --rules=@Symfony