1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-08 21:20:46 +02:00

Replace driver color classes

This commit is contained in:
Oliver Vogel
2023-10-15 10:39:15 +02:00
parent a5cc7e2d41
commit dbbcded7a4
23 changed files with 545 additions and 638 deletions

View File

@@ -4,7 +4,7 @@ services:
tests:
build: ./
working_dir: /project
command: bash -c "composer install && ./vendor/bin/phpunit -vvv"
command: bash -c "composer install && ./vendor/bin/phpunit -vvv --filter=InputHandlerTest"
volumes:
- ./:/project
analysis: