Skip to content

Commit

Permalink
Fix: Use singular
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 29, 2020
1 parent 3152af4 commit 62e397a
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"autoload-dev": {
"psr-4": {
"JanGregor\\Prophecy\\Test\\": "tests/"
"JanGregor\\Prophecy\\Test\\": "test/"
}
}
}
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ parameters:
level: max
paths:
- src
- tests
- test
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
>
<testsuites>
<testsuite name="Static Analysis">
<directory>tests/StaticAnalysis</directory>
<directory>test/StaticAnalysis</directory>
</testsuite>
<testsuite name="Unit">
<directory>tests/Unit</directory>
<directory>test/Unit</directory>
</testsuite>
</testsuites>
</phpunit>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 62e397a

Please sign in to comment.