Skip to content

Tests fail with local docker-compose.yml setup for Mac #175

@drishu

Description

@drishu

Specifically the latest symfony/process changed the way it determins isTtySupported, seems stream_isatty(\STDOUT) is returning false when it should not.
This can be circumvented by:
"-T Disable pseudo-TTY allocation. By default docker compose exec allocates a TTY."
docker compose exec -T web php ./vendor/bin/phpunit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions