Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
migrate_source_csv
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
migrate_source_csv
Commits
781a9d07
Commit
781a9d07
authored
6 years ago
by
Lucas Hedding
Committed by
Lucas Hedding
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3020147
by heddn: Add drupalci.yml to test for deprecations
parent
0be34471
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drupalci.yml
+20
-0
20 additions, 0 deletions
drupalci.yml
with
20 additions
and
0 deletions
drupalci.yml
0 → 100644
+
20
−
0
View file @
781a9d07
# Learn to make one for your own drupal.org project:
# https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing
build
:
assessment
:
validate_codebase
:
phplint
:
container_composer
:
phpcs
:
# phpcs will use core's specified version of Coder.
sniff-all-files
:
true
halt-on-fail
:
true
testing
:
# run_tests task is executed several times in order of performance speeds.
# halt-on-fail can be set on the run_tests tasks in order to fail fast.
# suppress-deprecations is false in order to be alerted to usages of
# deprecated code.
run_tests.standard
:
types
:
'
Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
testgroups
:
'
--all'
suppress-deprecations
:
false
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment