Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
bigboss86 committed Aug 27, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 97bd405 commit 45662ea
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ parameters:
# Makes PHPStan crash
- 'src/DependencyInjection/Configuration.php'

- 'src/SitemapProvider/VendorUrlProvider.php'
- 'src/SitemapProvider/**.php'

# Test dependencies
- 'tests/Application/app/**.php'
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@
<directory name="src" />
<ignoreFiles>
<directory name="vendor" />
<directory name="src/SitemapProvider" />
</ignoreFiles>
</projectFiles>

0 comments on commit 45662ea

Please sign in to comment.