Add architectural tests with PHPat

This commit is contained in:
Oliver Davies 2024-02-09 07:07:04 +00:00
parent df04ac0097
commit e917e41d01
7 changed files with 114 additions and 3 deletions

10
phpstan.neon Normal file
View file

@ -0,0 +1,10 @@
parameters:
level: 5
paths:
- web/modules/custom
services:
-
class: Tests\Architecture\ArchTest
tags:
- phpat.test