Skip to content

Commit

Permalink
Merge pull request #12 from b13/task/add-test-for-pcntl
Browse files Browse the repository at this point in the history
[TASK] Add test for php pcntl module
  • Loading branch information
ochorocho authored Dec 15, 2024
2 parents 08e7385 + 3b0b693 commit 47dec6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 47dec6f

Please sign in to comment.