Skip to content

README should mention needing to install the drivers

Since both driver packages are 'require-dev' in the composer.json they will not get installed in a master when you "composer require 'weitzman/drupal-test-traits'" there, so it would be nice to mention that you need to do an additional composer require in the README.

Optionally we could move these packages to the normal require section so people can skip this step, but that would mean you would add at least one package you don't really need.

Merge request reports