Skip to content
Snippets Groups Projects

Issue #3344127: Composer validate all fixture manipulation changes

1 file
+ 2
12
Compare changes
  • Side-by-side
  • Inline
+ 2
12
@@ -22,23 +22,13 @@ build:
# 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.phpunit:
types: 'PHPUnit-Unit'
testgroups: '--all'
suppress-deprecations: false
halt-on-fail: false
# @todo 🔥🔥🔥🔥. Unit and build test don't use the manipulators so removed for faster test runs until running
# tests pass.
run_tests.kernel:
types: 'PHPUnit-Kernel'
testgroups: '--all'
suppress-deprecations: false
halt-on-fail: false
run_tests.build:
# Limit concurrency due to disk space concerns.
concurrency: 15
types: 'PHPUnit-Build'
testgroups: '--all'
suppress-deprecations: false
halt-on-fail: false
run_tests.functional:
types: 'PHPUnit-Functional'
testgroups: '--all'
Loading