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
Build/Test Tools: Add assertions that test the tests.
Several tests perform assertions conditionally or iterate dynamic arrays without ensuring they're populated. If the test is faulty and the condition never evaluates to true, or the array being iterated is unexpectedly empty, this will now correctly cause the test to fail.
Props johnbillion, jrf.
See #63167
git-svn-id: https://develop.svn.wordpress.org/trunk@60251 602fd350-edb4-49c9-b593-d223f7449a82
0 commit comments