Start adding tests for docker-php-ext-*
@@ -34,6 +34,9 @@ declare -A imageTests=(
[mysql]='
mysql-basics
'
+ [php]='
+ php-ext-install
+ '
# example onbuild
# [python:onbuild]='
# py-onbuild
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+set -ueo pipefail
+docker-php-ext-install pdo_mysql 2>&1
@@ -0,0 +1 @@
+../run-bash-in-container.sh