Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add case sensitive comparison option to elementContains and elementNotContains #830

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MurzNN
Copy link

@MurzNN MurzNN commented May 4, 2022

Fixes #829

@codecov
Copy link

codecov bot commented May 5, 2022

Codecov Report

Merging #830 (30cc903) into master (19e5890) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##             master     #830   +/-   ##
=========================================
  Coverage     98.47%   98.47%           
- Complexity      345      347    +2     
=========================================
  Files            23       23           
  Lines           983      985    +2     
=========================================
+ Hits            968      970    +2     
  Misses           15       15           
Impacted Files Coverage Δ
src/WebAssert.php 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 19e5890...30cc903. Read the comment docs.

Sign up for free to 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.

Add case-sensitive comparison option to function WebAssert::elementContains
1 participant