Skip to content

Commit

Permalink
Remove phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Feb 19, 2024
1 parent 50cb2d1 commit cc8c5bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
actions:
- name: 'Pest'
- name: 'Pest Tests'
run: composer pest
- name: 'PHPStan'
run: composer phpstan
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"scripts": {
"pest": "pest --configuration=tests/pest/phpunit.xml --test-directory=tests/pest --display-deprecations",
"pest": "pest tests/pest --test-directory=tests/pest",
"phpstan": "phpstan --ansi --memory-limit=1G",
"check-cs": "ecs check --ansi",
"fix-cs": "ecs check --fix --ansi"
Expand Down
12 changes: 0 additions & 12 deletions tests/pest/phpunit.xml

This file was deleted.

0 comments on commit cc8c5bc

Please sign in to comment.