Skip to content

Refactor the way WebAssertTest performs assertions - #848

Merged
stof merged 1 commit into
minkphp:masterfrom
stof:improve_webassert_tests
Jun 12, 2023
Merged

Refactor the way WebAssertTest performs assertions#848
stof merged 1 commit into
minkphp:masterfrom
stof:improve_webassert_tests

Conversation

@stof

@stofstof commented Jun 12, 2023

Copy link
Copy Markdown
Member

Passing a callable instead of a method name and a list of arguments make the test code statically analyzable and more clear.

Passing a callable instead of a method name and a list of arguments make
the test code statically analyzable and more clear.
@codecov

codecovBot commented Jun 12, 2023

Copy link
Copy Markdown

Codecov Report

Merging #848 (eb39db3) into master (45ab739) will not change coverage.
The diff coverage is n/a.

@@ Coverage Diff @@## master #848 +/- ##
=========================================
Coverage 98.50% 98.50% Complexity 345 345 =========================================
Files 23 23 Lines 1002 1002 =========================================
Hits 987 987 Misses 15 15 

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@stof
stof merged commit 65fbffa into minkphp:masterJun 12, 2023
@stof
stof deleted the improve_webassert_tests branch June 12, 2023 13:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@stof