When we launch the command make test by following the README, it only launches the command for simple-phpunit, it should also launch the command for behat
Scenarios
Feature: launch all tests
Scenario: Admin launch make test on a terminal
Then simple-phpunit is launch for all unit tests
And behat is launch for all behavior tests
Description
When we launch the command
make test
by following the README, it only launches the command for simple-phpunit, it should also launch the command for behatScenarios
Feature: launch all tests
Scenario: Admin launch
make test
on a terminal Then simple-phpunit is launch for all unit tests And behat is launch for all behavior tests