Skip to content

Commit d7738f0

Browse files
freekmurzeclaude
andcommitted
Point test aliases at the Pest binary and add pt for TIA
php artisan test only forwards flags on its own whitelist, so combinations like --parallel --tia are rejected outright. The Pest binary accepts everything, matches what CI runs, and handles the Laravel parallel database setup itself. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d0073bc commit d7738f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

home/.aliases

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ alias deploy-code='scotty run deploy-code'
1515
alias mfs='php artisan migrate:fresh --seed'
1616
alias nah='git reset --hard;git clean -df'
1717

18-
alias pp="php artisan test --parallel"
18+
alias pp="./vendor/bin/pest --parallel"
19+
alias pt="./vendor/bin/pest --tia"
1920
alias sshconfig="vi ~/.ssh/config"
2021
alias copykey='command cat ~/.ssh/id_ed25519.pub 2>/dev/null || command cat ~/.ssh/id_rsa.pub 2>/dev/null | pbcopy'
2122
alias tunnel='valet share -subdomain=freekmurze -region=eu'

0 commit comments

Comments
 (0)