aboutsummaryrefslogtreecommitdiff
path: root/test/php
diff options
context:
space:
mode:
Diffstat (limited to 'test/php')
-rwxr-xr-xtest/php/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/php/test.sh b/test/php/test.sh
index 3e4e722..0f49c1a 100755
--- a/test/php/test.sh
+++ b/test/php/test.sh
@@ -6,6 +6,7 @@ set -e
source dev-container-features-test-lib
check "PHP version" php --version
+check "Mbstring loaded" php -r "extension_loaded('mbstring') || throw new Error('Extension Mbstring is not loaded');"
check "Composer version" composer --version
# Report result