Skip to content

Enable BC test (#244) #1049

Enable BC test (#244)

Enable BC test (#244) #1049

Triggered via push November 12, 2023 07:46
Status Success
Total duration 12m 28s
Artifacts

mutation.yml

on: push
Matrix: mutation
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
PHP 8.2-ubuntu-latest: src/Column.php#L41
Escaped Mutant for Mutator "MatchArmRemoval": --- Original +++ New @@ @@ public function asString() : string { $format = match ($this->getTypeCategory()) { - self::TYPE_CATEGORY_PK => '{type}{length}{check}{append}', self::TYPE_CATEGORY_NUMERIC => '{type}{length}{unsigned}{default}{notnull}{check}{append}', self::TYPE_CATEGORY_UUID => '{type}{notnull}{unique}{default}{check}{comment}{append}', self::TYPE_CATEGORY_UUID_PK => '{type}{notnull}{check}{comment}{append}',
PHP 8.2-ubuntu-latest: src/Column.php#L41
Escaped Mutant for Mutator "MatchArmRemoval": --- Original +++ New @@ @@ $format = match ($this->getTypeCategory()) { self::TYPE_CATEGORY_PK => '{type}{length}{check}{append}', self::TYPE_CATEGORY_NUMERIC => '{type}{length}{unsigned}{default}{notnull}{check}{append}', - self::TYPE_CATEGORY_UUID => '{type}{notnull}{unique}{default}{check}{comment}{append}', self::TYPE_CATEGORY_UUID_PK => '{type}{notnull}{check}{comment}{append}', default => '{type}{length}{default}{notnull}{check}{append}', };