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
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -35,7 +35,8 @@ class WritableFileSystemValidatorTest extends PackageManagerKernelTestBase {
public function register(ContainerBuilder $container) {
parent::register($container);
// Replace the file system permissions validator with our test-only version.
// Replace the file system permissions validator with our test-only
// implementation.
$container->getDefinition('package_manager.validator.file_system')
->setClass(TestWritableFileSystemValidator::class);
}
Loading