Add architectural tests with PHPat
This commit is contained in:
parent
df04ac0097
commit
e917e41d01
7 changed files with 114 additions and 3 deletions
10
phpstan.neon
Normal file
10
phpstan.neon
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
parameters:
|
||||
level: 5
|
||||
paths:
|
||||
- web/modules/custom
|
||||
|
||||
services:
|
||||
-
|
||||
class: Tests\Architecture\ArchTest
|
||||
tags:
|
||||
- phpat.test
|
||||
Loading…
Add table
Add a link
Reference in a new issue