Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .ddev/commands/web/phpunit
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
## Usage: phpunit [arguments]
## Example: "ddev phpunit" or "ddev phpunit web/modules/custom/server_general".

set -euo pipefail

# Function to check if path contains sequential group tests
needs_sequential() {
local path="$1"
Expand Down