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