testcontainers / testcontainers-php

https://www.testcontainers.org implementation for PHP
MIT License
99 stars 17 forks source link

Support for waiting on tcp port to open #12

Closed dinamic closed 4 months ago

dinamic commented 4 months ago

Changes:

The PR turned bigger than expected because of some unresolved issues with phpstan with the current main branch. I took the opportunity and made the logic for determining the container address reusable as a trait. I did a few refactorings as well.

shyim commented 4 months ago

Really thank you for the pull request ❤️