Skip to content
Snippets Groups Projects

Issue #3260698: Make it simpler to disable validators in tests

Merged Issue #3260698: Make it simpler to disable validators in tests
All threads resolved!
Merged Ted Bowman requested to merge issue/automatic_updates-3260698:3260698-ted-try into 8.x-2.x
All threads resolved!
2 files
+ 12
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -26,6 +26,16 @@ class ReadinessValidationTest extends AutomaticUpdatesFunctionalTestBase {
*/
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
*/
protected $disableValidators = [
// The parent property disables
// 'automatic_updates.validator.file_system_permissions' but the
// 'automatic_updates' module is not enabled in setup for this test.
'package_manager.validator.file_system',
];
/**
* A user who can view the status report.
*
Loading