Update actions/checkout action to v4 #2517
continuous-integration.yml
on: pull_request
run
/
Generate test matrix
2s
Matrix: run / Code Coverage
Matrix: run / Coding Standards
Matrix: run / Lint composer.json
Matrix: run / Lint symfony container
Matrix: run / Mutation Tests
Matrix: run / Static Code Analysis
Matrix: run / Lint twig files
Matrix: run / Lint XLIFF files
Matrix: run / Lint YML files
Matrix: run / tests
Annotations
17 errors and 10 warnings
run / Coding Standards (8.2)
Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_f1db66cb-ba70-463a-81fc-c97238425d29/31c08938-a97b-4492-8e62-02ef749ff4d3.tar.gz. return code: 2.
|
run / Lint twig files (8.2)
Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_86ba95a7-00a0-4318-a07c-f25c9b770acd/790c2e05-998e-45b7-9583-3a5c2b96ab1b.tar.gz. return code: 2.
|
run / Lint YML files (8.2)
Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_3a8c53e9-bbf2-4d5f-8a3e-b2cdd14dd2f6/95e14b0a-f0ab-4fc3-8078-c87046e4b589.tar.gz. return code: 2.
|
run / Test: PHP 8.2, Symfony 5.4, highest)
Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_42b88985-5d7f-460b-9a7b-688c0dbc611a/e8625f29-6b03-4d55-9259-851dd390c66b.tar.gz. return code: 2.
|
run / Test: PHP 8.1, Symfony 6.3, highest)
Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_0615c610-118a-4c0d-a16e-aa429244d644/81039131-6939-4892-a010-5df6e84c48da.tar.gz. return code: 2.
|
run / Test: PHP 8.1, Symfony 5.4, lowest)
The job was canceled because "_8_2_5_4_highest" failed.
|
run / Test: PHP 8.1, Symfony 5.4, lowest)
The operation was canceled.
|
run / Test: PHP 8.2, Symfony 5.4, lowest)
The job was canceled because "_8_2_5_4_highest" failed.
|
run / Test: PHP 8.2, Symfony 5.4, lowest)
A task was canceled.
|
run / Test: PHP 8.1, Symfony 5.4, highest)
The job was canceled because "_8_2_5_4_highest" failed.
|
run / Test: PHP 8.1, Symfony 5.4, highest)
The operation was canceled.
|
run / Test: PHP 8.1, Symfony 6.3, lowest)
The job was canceled because "_8_2_5_4_highest" failed.
|
run / Test: PHP 8.1, Symfony 6.3, lowest)
The operation was canceled.
|
run / Test: PHP 8.2, Symfony 6.3, lowest)
The job was canceled because "_8_2_5_4_highest" failed.
|
run / Test: PHP 8.2, Symfony 6.3, lowest)
A task was canceled.
|
run / Test: PHP 8.2, Symfony 6.3, highest)
The job was canceled because "_8_2_5_4_highest" failed.
|
run / Test: PHP 8.2, Symfony 6.3, highest)
The operation was canceled.
|
run / Mutation Tests (8.2):
src/Block/Service/GDPRInformationBlockService.php#L60
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
return new Response('', Response::HTTP_NO_CONTENT);
}
$parameters = ['context' => $blockContext, 'settings' => $blockContext->getSettings(), 'block' => $blockContext->getBlock()];
- return $this->renderResponse($blockContext->getTemplate(), $parameters, $response)->setTtl(0)->setPrivate();
+ return $this->renderResponse($blockContext->getTemplate(), $parameters, $response)->setTtl(-1)->setPrivate();
}
public function configureCreateForm(FormMapper $form, BlockInterface $block) : void
{
|
run / Mutation Tests (8.2):
src/Block/Service/GDPRInformationBlockService.php#L60
Escaped Mutant for Mutator "IncrementInteger":
--- Original
+++ New
@@ @@
return new Response('', Response::HTTP_NO_CONTENT);
}
$parameters = ['context' => $blockContext, 'settings' => $blockContext->getSettings(), 'block' => $blockContext->getBlock()];
- return $this->renderResponse($blockContext->getTemplate(), $parameters, $response)->setTtl(0)->setPrivate();
+ return $this->renderResponse($blockContext->getTemplate(), $parameters, $response)->setTtl(1)->setPrivate();
}
public function configureCreateForm(FormMapper $form, BlockInterface $block) : void
{
|
run / Mutation Tests (8.2):
src/Block/Service/GDPRInformationBlockService.php#L72
Escaped Mutant for Mutator "ArrayItemRemoval":
--- Original
+++ New
@@ @@
}
public function configureEditForm(FormMapper $form, BlockInterface $block) : void
{
- $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']);
+ $form->add('settings', ImmutableArrayType::class, ['translation_domain' => 'NucleosGDPRBundle']);
}
public function configureSettings(OptionsResolver $resolver) : void
{
|
run / Mutation Tests (8.2):
src/Block/Service/GDPRInformationBlockService.php#L73
Escaped Mutant for Mutator "ArrayItemRemoval":
--- Original
+++ New
@@ @@
}
public function configureEditForm(FormMapper $form, BlockInterface $block) : void
{
- $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']);
+ $form->add('settings', ImmutableArrayType::class, ['keys' => [['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']);
}
public function configureSettings(OptionsResolver $resolver) : void
{
|
run / Mutation Tests (8.2):
src/Block/Service/GDPRInformationBlockService.php#L74
Escaped Mutant for Mutator "ArrayItemRemoval":
--- Original
+++ New
@@ @@
}
public function configureEditForm(FormMapper $form, BlockInterface $block) : void
{
- $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']);
+ $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']);
}
public function configureSettings(OptionsResolver $resolver) : void
{
|
run / Mutation Tests (8.2):
src/Block/Service/GDPRInformationBlockService.php#L74
Escaped Mutant for Mutator "ArrayItemRemoval":
--- Original
+++ New
@@ @@
}
public function configureEditForm(FormMapper $form, BlockInterface $block) : void
{
- $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']);
+ $form->add('settings', ImmutableArrayType::class, ['keys' => [[TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']);
}
public function configureSettings(OptionsResolver $resolver) : void
{
|
run / Mutation Tests (8.2):
src/Block/Service/GDPRInformationBlockService.php#L76
Escaped Mutant for Mutator "FalseValue":
--- Original
+++ New
@@ @@
}
public function configureEditForm(FormMapper $form, BlockInterface $block) : void
{
- $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']);
+ $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => true]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']);
}
public function configureSettings(OptionsResolver $resolver) : void
{
|
run / Mutation Tests (8.2):
src/Block/Service/GDPRInformationBlockService.php#L78
Escaped Mutant for Mutator "ArrayItemRemoval":
--- Original
+++ New
@@ @@
}
public function configureEditForm(FormMapper $form, BlockInterface $block) : void
{
- $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']);
+ $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']);
}
public function configureSettings(OptionsResolver $resolver) : void
{
|
run / Mutation Tests (8.2):
src/Block/Service/GDPRInformationBlockService.php#L78
Escaped Mutant for Mutator "ArrayItemRemoval":
--- Original
+++ New
@@ @@
}
public function configureEditForm(FormMapper $form, BlockInterface $block) : void
{
- $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']);
+ $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], [UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']);
}
public function configureSettings(OptionsResolver $resolver) : void
{
|
run / Mutation Tests (8.2):
src/Block/Service/GDPRInformationBlockService.php#L80
Escaped Mutant for Mutator "FalseValue":
--- Original
+++ New
@@ @@
}
public function configureEditForm(FormMapper $form, BlockInterface $block) : void
{
- $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => false]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']);
+ $form->add('settings', ImmutableArrayType::class, ['keys' => [['text', TextType::class, ['label' => 'form.label_text', 'required' => false]], ['url', UrlType::class, ['label' => 'form.label_url', 'required' => true]], ['position', ChoiceType::class, ['label' => 'form.label_position', 'choices' => ['form.choice_top' => 'top', 'form.choice_fixedtop' => 'fixedtop', 'form.choice_bottom' => 'bottom', 'form.choice_block' => 'block']]]], 'translation_domain' => 'NucleosGDPRBundle']);
}
public function configureSettings(OptionsResolver $resolver) : void
{
|