DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 21 forks source link

fixes #112 - add Behat test suite into make test command #125

Closed kevinjhappy closed 5 years ago

kevinjhappy commented 5 years ago

PR informations

Q A
Branch? Develop
Bug fix? no
New feature? yes
Tests pass? yes
Related issue #112

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.