Skip to content
Snippets Groups Projects

Issue #3231996: Ensure file system is writeable

Compare and Show latest version
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -8,6 +8,10 @@ use Drupal\Core\Site\Settings;
/**
* Allows specific validators to be disabled by site settings.
*
* This should only really be used by functional tests. Kernel tests should
* override their ::register() method to remove service definitions; build tests
* should stay out of the API/services layer unless absolutely necessary.
*/
class AutomaticUpdatesTestDisableValidatorsServiceProvider extends ServiceProviderBase {
Loading