Dependencies for phpunit in bolt cms
1.6K
Use this file to build your Bolt CMS with Docker. You can use it in Gitlab CI to run the unit tests.
For example:
build:dependencies:
stage: build
image: mwienk/docker-bolt-builder
script:
- composer install
artifacts:
paths:
- ./vendor
test:phpunit:
stage: test
image: mwienk/docker-bolt-builder
script:
- ./vendor/bin/phpunit
Content type
Image
Digest
Size
218.3 MB
Last updated
over 9 years ago
docker pull mwienk/docker-bolt-builder