mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
symplify config
This commit is contained in:
parent
5fb25d0001
commit
b89d691c36
@ -15,6 +15,6 @@ final class Issue2863Test extends AbstractRectorTestCase
|
||||
|
||||
protected function provideConfig(): string
|
||||
{
|
||||
return __DIR__ . '/../../../config/config.yaml';
|
||||
return __DIR__ . '/config2863.yaml';
|
||||
}
|
||||
}
|
||||
|
3
tests/Issues/Issue2863/config2863.yaml
Normal file
3
tests/Issues/Issue2863/config2863.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
parameters:
|
||||
sets:
|
||||
- "dead-code"
|
Loading…
x
Reference in New Issue
Block a user