diff --git a/tests/p_php/01_prep.sh b/tests/p_php/01_prep.sh
new file mode 100644
index 0000000..10bf0bc
--- /dev/null
+++ b/tests/p_php/01_prep.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+yum -d0 install php-cli
+exit $?