Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

increase mutation coverage tests #77

Merged
merged 10 commits into from
Feb 18, 2023
Merged

increase mutation coverage tests #77

merged 10 commits into from
Feb 18, 2023

Conversation

edno
Copy link
Owner

@edno edno commented Feb 18, 2023

No description provided.

Mockery::close();
}

public function testBeforeStepCallsGetValueFromParamWhenStepParamIsString(): void

Check warning

Code scanning / Phpcs (reported by Codacy)

Line exceeds 80 characters; contains 85 characters

Line exceeds 80 characters; contains 85 characters
$this->module->shouldHaveReceived('getValueFromParam', ['test']);
}

public function testBeforeStepCallsParseTableNodeWhenStepParamIsTableNode(): void

Check warning

Code scanning / Phpcs (reported by Codacy)

Line exceeds 80 characters; contains 85 characters

Line exceeds 80 characters; contains 85 characters
$this->module->shouldHaveReceived('parseTableNode', [$param]);
}

public function testBeforeStepIteratesGetValueFromParamWhenStepParamIsArray(): void

Check warning

Code scanning / Phpcs (reported by Codacy)

Line exceeds 80 characters; contains 87 characters

Line exceeds 80 characters; contains 87 characters
@edno edno marked this pull request as ready for review February 18, 2023 13:10
@edno edno merged commit 3477c36 into main Feb 18, 2023
@edno edno deleted the choreincrease-mutation-score branch February 18, 2023 13:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant