Skip to content

Commit

Permalink
Remove PHPUnit configuration file and update CI
Browse files Browse the repository at this point in the history
The file is deprecated for recent PHPUnit.
  • Loading branch information
duboism committed Oct 11, 2024
1 parent e95446d commit ca1c19c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
- run: sudo pear install --force *.tgz
- run: sudo pear list
- run: composer install
- run: ./vendor/bin/phpunit -c phpunit.xml.dist
- run: ./vendor/bin/phpunit tests
29 changes: 0 additions & 29 deletions phpunit.xml.dist

This file was deleted.

0 comments on commit ca1c19c

Please sign in to comment.