Skip to content
Snippets Groups Projects

Issue #3275887: Turn off Xdebug validation in tests

2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -43,6 +43,8 @@ abstract class AutomaticUpdatesFunctionalTestBase extends BrowserTestBase {
// if either the active and stage directories don't have a composer.lock
// file, which is the case with some of our fixtures.
'package_manager.validator.lock_file',
// Always disable the Xdebug validator to allow test to run with Xdebug on.
'automatic_updates.validator.xdebug',
];
/**
Loading