Skip to content

Commit

Permalink
Provide tests for infection
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Sep 7, 2024
1 parent c4d5054 commit ada25cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions infection.json5.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
"mutators": {
"@default": true,
},
"testFrameworkOptions": "--testsuite=infection",
}
6 changes: 6 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
<testsuite name="main">
<directory>tests</directory>
</testsuite>

<testsuite name="infection">
<file>tests/Internal/Inheritance/TypeResolversTest.php</file>
<file>tests/Internal/GetNamespaceTest.php</file>
<file>tests/Internal/GetShortNameTest.php</file>
</testsuite>
</testsuites>

<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
Expand Down

0 comments on commit ada25cd

Please sign in to comment.