Skip to content

Commit

Permalink
update phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
isfedorov committed Aug 14, 2021
1 parent 43f5a7c commit dadddc0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,14 @@
<file>tests/BaseClassesTest.php</file>
<file>tests/BaseConstantsTest.php</file>
<file>tests/BaseFunctionsTest.php</file>
<file>tests/StubsConstantsAndParametersValuesTest.php</file>
<file>tests/StubsMetaExpectedArgumentsTest.php</file>
<file>tests/StubsMetaInternalTagTest.php</file>
<file>tests/StubsParameterNamesTest.php</file>
<file>tests/StubsPhpDocTest.php</file>
<file>tests/StubsReflectionClassesTest.php</file>
<file>tests/StubsStructureTest.php</file>
<file>tests/StubsTypeHintsTest.php</file>
</testsuite>
</testsuites>
</phpunit>
</phpunit>

0 comments on commit dadddc0

Please sign in to comment.