Skip to content

Commit

Permalink
run only PhpDoc tests in CheckLinks suite
Browse files Browse the repository at this point in the history
  • Loading branch information
isfedorov committed Aug 15, 2021
1 parent 313b037 commit b205d83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testLinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
PHP_VERSION: '8.0'

- name: Run Tests
run: docker-compose -f docker-compose.yml run -e CHECK_LINKS=true test_runner /opt/project/phpstorm-stubs/vendor/bin/phpunit /opt/project/phpstorm-stubs/tests/
run: docker-compose -f docker-compose.yml run -e CHECK_LINKS=true test_runner /opt/project/phpstorm-stubs/vendor/bin/phpunit --configuration /opt/project/phpstorm-stubs/phpunit.xml --testsuite PhpDoc
env:
PHP_VERSION: '8.0'
3 changes: 3 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
<file>tests/StubsStructureTest.php</file>
<file>tests/StubsTypeHintsTest.php</file>
</testsuite>
<testsuite name="PhpDoc">
<file>tests/StubsPhpDocTest.php</file>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit b205d83

Please sign in to comment.