Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 675 Bytes

development.md

File metadata and controls

50 lines (33 loc) · 675 Bytes

Normalizator development

Building normalizator.phar

After cloning the Git repository:

git clone https://github.com/petk/normalizator
cd normalizator

Install Composer dependencies:

composer install

To build a normalizator.phar file:

make phar

Tests

Tests can be run in development with phpunit:

./vendor/bin/phpunit --display-warnings

PHPStan analysis can be executed in development:

./vendor/bin/phpstan analyse

Building Docker image

To build Docker image run:

make build-docker

Goss is used for testing Docker image:

make test-docker