Skip to content

Add raw filter in places where it makes sense #44

Add raw filter in places where it makes sense

Add raw filter in places where it makes sense #44

Triggered via push June 8, 2023 09:16
Status Success
Total duration 1m 53s
Artifacts

build.yaml

on: push
Matrix: Code Coverage
Matrix: Coding Standards
Matrix: Dependency Analysis
Matrix: Mutation tests
Matrix: Static Code Analysis
Matrix: Unit tests
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Mutation tests (8.2, highest): src/DependencyInjection/SetonoEditorJSExtension.php#L21
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); $loader->load('services.xml'); - $container->registerForAutoconfiguration(BlockRendererInterface::class)->addTag('setono_editorjs.block_renderer'); + } }