When launching the make test command like it's described in the README file, it run the composer docker container to launch simple-phpunit.
As we also have a Behat test suite, it's important this command launch Behat too.
Therefore this feature add the start of the php container and launch Behat.
PR informations
Description
When launching the
make test
command like it's described in the README file, it run the composer docker container to launch simple-phpunit. As we also have a Behat test suite, it's important this command launch Behat too. Therefore this feature add the start of the php container and launch Behat.