Issue #3447592: Add GitLab CI
parent
9c69529c
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 15 additions, 0 deletions.gitlab-ci.yml
- composer.json 3 additions, 0 deletionscomposer.json
- group_context_domain.module 12 additions, 2 deletionsgroup_context_domain.module
- phpstan.neon 5 additions, 0 deletionsphpstan.neon
- src/Plugin/Validation/Constraint/DomainGroupUniqueValidator.php 1 addition, 1 deletion...ugin/Validation/Constraint/DomainGroupUniqueValidator.php
- tests/src/Kernel/DomainGroupUniqueValidatorTest.php 4 additions, 4 deletionstests/src/Kernel/DomainGroupUniqueValidatorTest.php
- tests/src/Kernel/GroupFromDomainContextTest.php 1 addition, 1 deletiontests/src/Kernel/GroupFromDomainContextTest.php
- tests/src/Unit/DomainGroupCacheContextTest.php 2 additions, 2 deletionstests/src/Unit/DomainGroupCacheContextTest.php
.gitlab-ci.yml
0 → 100644
... | ... | @@ -20,5 +20,8 @@ |
"drupal/group": "^2 || ^3", | ||
"drupal/domain": "^2", | ||
"drupal/core": "^9.5 || ^10 || ^11" | ||
}, | ||
"require-dev": { | ||
"jangregor/phpstan-prophecy": "^1.0" | ||
} | ||
} |
phpstan.neon
0 → 100644
Please register or sign in to comment