diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 112724a..0b25411 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -14,5 +14,4 @@ jobs: with: php_version: 8.2 bootstrap: vendor/autoload.php - configuration: phpunit.xml - args: --coverage-text \ No newline at end of file + configuration: phpunit.xml \ No newline at end of file