You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hope there is official bundle to integrate Testscontainers(running Docker on local machine) and Testcontainers cloud APIs(running Docker containers remotely).
The text was updated successfully, but these errors were encountered:
I have tried to shyim/testcontainer in my Symfony sample project, https://github.com/hantsy/symfony-rest-sample/pull/387/files, and just used the PostgresContainer, it lacks a lot of features that provided in TestContainers Java implementation.
For example, the following features I used frequently in testconainters Java.
Nowdays Testcontainers is very popular for writing integration test for database, etc. on local machines.
TestContainers officially support a collection of programming languages, but lacks PHP support.
Check here: https://testcontainers.com/getting-started/
There is a PHP implementation from the community, https://github.com/shyim/testcontainer
Hope there is official bundle to integrate Testscontainers(running Docker on local machine) and Testcontainers cloud APIs(running Docker containers remotely).
The text was updated successfully, but these errors were encountered: