1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 20:54:03 +00:00

phpunit -> pest

This commit is contained in:
Samuel Štancl 2022-06-28 23:06:01 +02:00 committed by GitHub
parent 23aa3f4789
commit 9d08334f48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
test
View file

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
docker-compose exec -T test vendor/bin/phpunit "$@" docker-compose exec -T test vendor/bin/pest "$@"