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 5050 "psr-4" : {
5151 "Inpsyde\\ CodingStandard\\ Tests\\ " : [
5252 " tests/src/" ,
53- " tests/unit/" ,
54- " tests/e2e/"
53+ " tests/unit/cases " ,
54+ " tests/e2e/cases "
5555 ]
5656 }
5757 },
Original file line number Diff line number Diff line change 2828 <exclude-pattern >./tests/unit/cases/</exclude-pattern >
2929 </rule >
3030
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+
3141</ruleset >
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace Inpsyde \CodingStandard \Tests \ cases ;
5+ namespace Inpsyde \CodingStandard \Tests ;
66
7- use Inpsyde \CodingStandard \Tests \TestCase ;
87use RuntimeException ;
98
109class E2eTest extends TestCase
You can’t perform that action at this time.
0 commit comments