Skip to content

Commit

Permalink
infection
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Jun 10, 2024
1 parent 4d69f5b commit 5e19c45
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
- php: '8.3'
moodle-branch: 'main'
database: 'pgsql'
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
database: 'pgsql'

steps:
- name: checkout plugin
Expand Down
17 changes: 17 additions & 0 deletions .infection.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://raw.githubusercontent.com/infection/infection/0.27.0/resources/schema.json",
"source": {
"directories": [
".",
],
},
"mutators": {
"@default": true,
},
"phpUnit": {
"configDir": ".",
"customPath": "./vendor/bin/phpunit"
},
"initialTestsPhpOptions": "-dxdebug.mode=off -dpcov.enabled=1 -dpcov.directory=.",
"bootstrap": "./vendor/autoloadmoodle.php"
}

0 comments on commit 5e19c45

Please sign in to comment.