mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-26 12:04:52 +01:00
apply PSR-4 to tests
This commit is contained in:
parent
00b480fcb0
commit
4e1e824b83
@ -3,7 +3,7 @@ paths:
|
||||
tests: tests
|
||||
output: tests/_output
|
||||
data: tests/_data
|
||||
support: tests/_support
|
||||
support: tests
|
||||
envs: tests/_envs
|
||||
actor_suffix: Tester
|
||||
extensions:
|
||||
|
@ -32,7 +32,7 @@
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Psalm\\PhpUnitPlugin\\Tests\\": ["tests/_support"]
|
||||
"Psalm\\PhpUnitPlugin\\Tests\\": "tests"
|
||||
}
|
||||
},
|
||||
"scripts" : {
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
<!-- Paths to check -->
|
||||
<file>src</file>
|
||||
<file>tests/_support/Helper</file>
|
||||
<file>tests/_support/AcceptanceTester.php</file>
|
||||
<file>tests/Helper</file>
|
||||
<file>tests/AcceptanceTester.php</file>
|
||||
|
||||
|
||||
<!-- inherit rules from: -->
|
||||
|
Loading…
Reference in New Issue
Block a user