Skip to content

Commit

Permalink
Merge pull request #261 from ergebnis/feature/synchronize
Browse files Browse the repository at this point in the history
Enhancement: Synchronize with ergebnis/php-library-template
  • Loading branch information
ergebnis-bot committed Dec 13, 2020
2 parents a309213 + c1e1100 commit 4213af1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Expand Up @@ -9,7 +9,7 @@ updates:
directory: "/"
labels:
- "dependency"
open-pull-requests-limit: 10
open-pull-requests-limit: 1
package-ecosystem: "composer"
schedule:
interval: "daily"
Expand Down
4 changes: 0 additions & 4 deletions psalm.xml
Expand Up @@ -10,10 +10,6 @@
resolveFromConfigFile="true"
strictBinaryOperands="true"
>
<issueHandlers>
<LessSpecificReturnType errorLevel="info" />
</issueHandlers>

<plugins>
<pluginClass class="Psalm\PhpUnitPlugin\Plugin" />
</plugins>
Expand Down
10 changes: 5 additions & 5 deletions test/Unit/phpunit.xml
Expand Up @@ -22,14 +22,14 @@
stopOnSkipped="false"
verbose="true"
>
<testsuites>
<testsuite name="Unit Tests">
<directory>.</directory>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true" processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../../src/</directory>
</whitelist>
</filter>
<testsuites>
<testsuite name="Unit Tests">
<directory>.</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 4213af1

Please sign in to comment.