From 3b0b69342e7b49d9f1862ac405a997a394506fe7 Mon Sep 17 00:00:00 2001 From: Jochen Date: Sun, 15 Dec 2024 11:14:18 +0100 Subject: [PATCH] [TASK] Add test for php pcntl module Related: #5 --- tests/test.bats | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/test.bats b/tests/test.bats index 5394c05..f578ca6 100644 --- a/tests/test.bats +++ b/tests/test.bats @@ -67,6 +67,12 @@ setup() { [[ $output == "amqp" ]] } +@test "See php pcntl module loaded on cli" { + run ddev exec "php -m | grep pcntl" + + [[ $output == "pcntl" ]] +} + @test "Remove addon - see files removed" { ddev get --remove rabbitmq