Skip to content

Only throw renderer exception if debug is true #34

Only throw renderer exception if debug is true

Only throw renderer exception if debug is true #34

Triggered via push April 15, 2023 12:02
Status Success
Total duration 1m 51s
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

2 warnings
Mutation tests (8.2, highest): src/DependencyInjection/SetonoEditorJSExtension.php#L19
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ public function load(array $configs, ContainerBuilder $container) : void { $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); - $loader->load('services.xml'); + $container->registerForAutoconfiguration(BlockRendererInterface::class)->addTag('setono_editorjs.block_renderer'); } }
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'); + } }