File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 50
50
"psr-4" : {
51
51
"Inpsyde\\ CodingStandard\\ Tests\\ " : [
52
52
" tests/src/" ,
53
- " tests/unit/" ,
54
- " tests/e2e/"
53
+ " tests/unit/cases " ,
54
+ " tests/e2e/cases "
55
55
]
56
56
}
57
57
},
Original file line number Diff line number Diff line change 28
28
<exclude-pattern >./tests/unit/cases/</exclude-pattern >
29
29
</rule >
30
30
31
+ <rule ref =" Inpsyde.CodeQuality.Psr4" >
32
+ <exclude-pattern >./Inpsyde/Sniffs/</exclude-pattern >
33
+ <properties >
34
+ <property name =" psr4" type =" array" >
35
+ <element key =" Inpsyde\CodingStandard\Helpers" value =" Inpsyde/Helpers" />
36
+ <element key =" Inpsyde\CodingStandard\Tests" value =" tests/src|tests/unit/cases|tests/e2e/cases" />
37
+ </property >
38
+ </properties >
39
+ </rule >
40
+
31
41
</ruleset >
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace Inpsyde \CodingStandard \Tests \ cases ;
5
+ namespace Inpsyde \CodingStandard \Tests ;
6
6
7
- use Inpsyde \CodingStandard \Tests \TestCase ;
8
7
use RuntimeException ;
9
8
10
9
class E2eTest extends TestCase
You can’t perform that action at this time.
0 commit comments