diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 70ba8dc..793ab95 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 diff --git a/phpunit.xml.dist b/phpunit.xml.dist deleted file mode 100644 index 31c5c11..0000000 --- a/phpunit.xml.dist +++ /dev/null @@ -1,29 +0,0 @@ - - - - - tests/ - - - - - - HTML/ - - - - - - - - -