You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may benefit from using @DataProvider for your tests. I believe it would save you lots of lines of code and allow you to make new scenarios by just adding 1 line of code to the array instead of having to re-write the whole assert statement.
You may benefit from using
@DataProvider
for your tests. I believe it would save you lots of lines of code and allow you to make new scenarios by just adding 1 line of code to the array instead of having to re-write the whole assert statement.Take a look:
https://phpunit.de/manual/3.7/en/writing-tests-for-phpunit.html#writing-tests-for-phpunit.data-providers
The text was updated successfully, but these errors were encountered: