Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #103 from tighten/adc/fix-tests
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
driftingly committed Jan 25, 2023
2 parents 4c6551e + 6a7f109 commit dbf9d1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
coverage: none

- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-suggest --ignore-platform-reqs
run: composer install --prefer-dist --no-interaction

- name: Run tests
run: vendor/bin/phpunit
5 changes: 5 additions & 0 deletions composer.json
Expand Up @@ -26,5 +26,10 @@
"classmap": [
"tests/TestCase.php"
]
},
"config": {
"allow-plugins": {
"kylekatarnls/update-helper": true
}
}
}

0 comments on commit dbf9d1f

Please sign in to comment.