Skip to content

Add execution of tests by group

Since phpunit offers the --group option to execute all tests of a specific group, we should add this to our environment as well. It is not convenient to run all tests or enter the entire path all the time.

Furthermore, we should add the /modules/contrib path as well, since we have a lot of projects in development in there.