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