palantirnet / devkit

This codebase is used to build the base Vagrant box for our development environments.
https://app.vagrantup.com/palantir/boxes/drupalbox
1 stars 2 forks source link

Tests for PHP modules #53

Closed becw closed 7 years ago

becw commented 7 years ago

We should have some serverspec tests to verify that certain PHP modules are installed. These are the ones we've run into issues with when they were missing in the recent PHP package source change:

It would also make sense to test for modules that we're specifically installing or otherwise generally relying on:

becw commented 7 years ago