Runkit test case
Unless I'm misunderstanding, it seems abortEarly has no effect. Each of my three validations in the test case execute, even though I expect them to abort after the first one returns false.
I'm trying to prevent hammering a remote endpoint when more basic validations are failing.
Bug or am I misunderstanding?
Runkit test case
Unless I'm misunderstanding, it seems
abortEarlyhas no effect. Each of my three validations in the test case execute, even though I expect them to abort after the first one returns false.I'm trying to prevent hammering a remote endpoint when more basic validations are failing.
Bug or am I misunderstanding?