Skip to content

chore(master): release 1.3.1 #53

chore(master): release 1.3.1

chore(master): release 1.3.1 #53

Triggered via pull request May 21, 2024 09:32
Status Success
Total duration 47s
Artifacts

testing.yml

on: pull_request
Matrix: code-coverage
Matrix: mutation-testing
Matrix: unit-testing
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
mutation-testing (ubuntu-latest, 8.1, locked): src/RuleSets/DefaultSet.php#L49
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ /* * @symfony overrides */ - 'concat_space' => ['spacing' => 'one'], + 'concat_space' => [], 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true], 'php_unit_method_casing' => ['case' => 'snake_case'], 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],
mutation-testing (ubuntu-latest, 8.1, locked): src/RuleSets/DefaultSet.php#L52
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ * @symfony overrides */ 'concat_space' => ['spacing' => 'one'], - 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true], + 'method_argument_space' => ['attribute_placement' => 'same_line', 'after_heredoc' => true], 'php_unit_method_casing' => ['case' => 'snake_case'], 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false], 'phpdoc_align' => ['align' => 'left'],
mutation-testing (ubuntu-latest, 8.1, locked): src/RuleSets/DefaultSet.php#L55
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ * @symfony overrides */ 'concat_space' => ['spacing' => 'one'], - 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true], + 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => false], 'php_unit_method_casing' => ['case' => 'snake_case'], 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false], 'phpdoc_align' => ['align' => 'left'],
mutation-testing (ubuntu-latest, 8.1, locked): src/RuleSets/DefaultSet.php#L57
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ */ 'concat_space' => ['spacing' => 'one'], 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true], - 'php_unit_method_casing' => ['case' => 'snake_case'], + 'php_unit_method_casing' => [], 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false], 'phpdoc_align' => ['align' => 'left'], 'ordered_class_elements' => ['sort_algorithm' => 'none', 'order' => ['use_trait', 'constant_public', 'constant_protected', 'constant_private', 'property_public_static', 'property_public', 'property_protected_static', 'property_protected', 'property_private_static', 'property_private', 'method_public_static', 'method_protected_static', 'method_private_static', 'method_public_abstract_static', 'method_protected_abstract_static', 'method_public_abstract', 'method_protected_abstract', 'phpunit', 'method_public', 'method_protected', 'method_private', 'destruct']],
mutation-testing (ubuntu-latest, 8.1, locked): src/RuleSets/DefaultSet.php#L60
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ 'concat_space' => ['spacing' => 'one'], 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true], 'php_unit_method_casing' => ['case' => 'snake_case'], - 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false], + 'yoda_style' => ['identical' => false, 'less_and_greater' => false], 'phpdoc_align' => ['align' => 'left'], 'ordered_class_elements' => ['sort_algorithm' => 'none', 'order' => ['use_trait', 'constant_public', 'constant_protected', 'constant_private', 'property_public_static', 'property_public', 'property_protected_static', 'property_protected', 'property_private_static', 'property_private', 'method_public_static', 'method_protected_static', 'method_private_static', 'method_public_abstract_static', 'method_protected_abstract_static', 'method_public_abstract', 'method_protected_abstract', 'phpunit', 'method_public', 'method_protected', 'method_private', 'destruct']], 'global_namespace_import' => ['import_classes' => true, 'import_functions' => true, 'import_constants' => true],
mutation-testing (ubuntu-latest, 8.1, locked): src/RuleSets/DefaultSet.php#L61
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ 'concat_space' => ['spacing' => 'one'], 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true], 'php_unit_method_casing' => ['case' => 'snake_case'], - 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false], + 'yoda_style' => ['equal' => true, 'identical' => false, 'less_and_greater' => false], 'phpdoc_align' => ['align' => 'left'], 'ordered_class_elements' => ['sort_algorithm' => 'none', 'order' => ['use_trait', 'constant_public', 'constant_protected', 'constant_private', 'property_public_static', 'property_public', 'property_protected_static', 'property_protected', 'property_private_static', 'property_private', 'method_public_static', 'method_protected_static', 'method_private_static', 'method_public_abstract_static', 'method_protected_abstract_static', 'method_public_abstract', 'method_protected_abstract', 'phpunit', 'method_public', 'method_protected', 'method_private', 'destruct']], 'global_namespace_import' => ['import_classes' => true, 'import_functions' => true, 'import_constants' => true],
mutation-testing (ubuntu-latest, 8.1, locked): src/RuleSets/DefaultSet.php#L62
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ 'concat_space' => ['spacing' => 'one'], 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true], 'php_unit_method_casing' => ['case' => 'snake_case'], - 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false], + 'yoda_style' => ['equal' => false, 'identical' => true, 'less_and_greater' => false], 'phpdoc_align' => ['align' => 'left'], 'ordered_class_elements' => ['sort_algorithm' => 'none', 'order' => ['use_trait', 'constant_public', 'constant_protected', 'constant_private', 'property_public_static', 'property_public', 'property_protected_static', 'property_protected', 'property_private_static', 'property_private', 'method_public_static', 'method_protected_static', 'method_private_static', 'method_public_abstract_static', 'method_protected_abstract_static', 'method_public_abstract', 'method_protected_abstract', 'phpunit', 'method_public', 'method_protected', 'method_private', 'destruct']], 'global_namespace_import' => ['import_classes' => true, 'import_functions' => true, 'import_constants' => true],
mutation-testing (ubuntu-latest, 8.1, locked): src/RuleSets/DefaultSet.php#L63
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ 'concat_space' => ['spacing' => 'one'], 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true], 'php_unit_method_casing' => ['case' => 'snake_case'], - 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false], + 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => true], 'phpdoc_align' => ['align' => 'left'], 'ordered_class_elements' => ['sort_algorithm' => 'none', 'order' => ['use_trait', 'constant_public', 'constant_protected', 'constant_private', 'property_public_static', 'property_public', 'property_protected_static', 'property_protected', 'property_private_static', 'property_private', 'method_public_static', 'method_protected_static', 'method_private_static', 'method_public_abstract_static', 'method_protected_abstract_static', 'method_public_abstract', 'method_protected_abstract', 'phpunit', 'method_public', 'method_protected', 'method_private', 'destruct']], 'global_namespace_import' => ['import_classes' => true, 'import_functions' => true, 'import_constants' => true],
mutation-testing (ubuntu-latest, 8.1, locked): src/RuleSets/DefaultSet.php#L65
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true], 'php_unit_method_casing' => ['case' => 'snake_case'], 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false], - 'phpdoc_align' => ['align' => 'left'], + 'phpdoc_align' => [], 'ordered_class_elements' => ['sort_algorithm' => 'none', 'order' => ['use_trait', 'constant_public', 'constant_protected', 'constant_private', 'property_public_static', 'property_public', 'property_protected_static', 'property_protected', 'property_private_static', 'property_private', 'method_public_static', 'method_protected_static', 'method_private_static', 'method_public_abstract_static', 'method_protected_abstract_static', 'method_public_abstract', 'method_protected_abstract', 'phpunit', 'method_public', 'method_protected', 'method_private', 'destruct']], 'global_namespace_import' => ['import_classes' => true, 'import_functions' => true, 'import_constants' => true], 'class_attributes_separation' => ['elements' => ['const' => 'one', 'method' => 'one', 'property' => 'one', 'trait_import' => 'none']],
mutation-testing (ubuntu-latest, 8.1, locked): src/RuleSets/DefaultSet.php#L69
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ 'php_unit_method_casing' => ['case' => 'snake_case'], 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false], 'phpdoc_align' => ['align' => 'left'], - 'ordered_class_elements' => ['sort_algorithm' => 'none', 'order' => ['use_trait', 'constant_public', 'constant_protected', 'constant_private', 'property_public_static', 'property_public', 'property_protected_static', 'property_protected', 'property_private_static', 'property_private', 'method_public_static', 'method_protected_static', 'method_private_static', 'method_public_abstract_static', 'method_protected_abstract_static', 'method_public_abstract', 'method_protected_abstract', 'phpunit', 'method_public', 'method_protected', 'method_private', 'destruct']], + 'ordered_class_elements' => ['order' => ['use_trait', 'constant_public', 'constant_protected', 'constant_private', 'property_public_static', 'property_public', 'property_protected_static', 'property_protected', 'property_private_static', 'property_private', 'method_public_static', 'method_protected_static', 'method_private_static', 'method_public_abstract_static', 'method_protected_abstract_static', 'method_public_abstract', 'method_protected_abstract', 'phpunit', 'method_public', 'method_protected', 'method_private', 'destruct']], 'global_namespace_import' => ['import_classes' => true, 'import_functions' => true, 'import_constants' => true], 'class_attributes_separation' => ['elements' => ['const' => 'one', 'method' => 'one', 'property' => 'one', 'trait_import' => 'none']], /*