Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!8997
Closes
#3464978
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Closes
#3464978
issue/drupal-3464978:3464978-make-phpstan-rule
into
11.x
Overview
0
Commits
4
Pipelines
4
Changes
3
Closed
mondrake
requested to merge
issue/drupal-3464978:3464978-make-phpstan-rule
into
11.x
9 months ago
Overview
0
Commits
4
Pipelines
4
Changes
3
Expand
Closes
#3464978
0
0
Merge request reports
Compare
11.x
version 3
756d22eb
9 months ago
version 2
16729f0f
9 months ago
version 1
907cc11c
9 months ago
11.x (base)
and
latest version
latest version
0b526425
4 commits,
9 months ago
version 3
756d22eb
3 commits,
9 months ago
version 2
16729f0f
2 commits,
9 months ago
version 1
907cc11c
1 commit,
9 months ago
3 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci/pipeline.yml
+
2
−
2
Options
# cspell:ignore cobertura drupaltestbot drupaltestbotpw Dwebdriver logfile XVFB
# cspell:ignore cobertura drupaltestbot drupaltestbotpw Dwebdriver logfile
testdox
XVFB
stages
:
-
🗜️ Test
@@ -222,7 +222,7 @@ variables:
-
docker-php-ext-enable pcov
-
cd core/tests/PHPStan
-
composer install
-
vendor/bin/phpunit tests --coverage-text --colors=never --coverage-cobertura=coverage.cobertura.xml --log-junit junit.xml
-
vendor/bin/phpunit tests
--testdox
--coverage-text --colors=never --coverage-cobertura=coverage.cobertura.xml --log-junit junit.xml
# Default job settings runs a script that junit files in a specific location..
after_script
:
[]
artifacts
:
Loading