All tests are at the unit-level of testing. To ultimately "prove" the module can do what it can in a real world example, we'll need to add some YML fixtures and use objFromFixture() in the usual way to determine if custom calls to setValue() using JSONPath expressions behave as expected.
All tests are at the unit-level of testing. To ultimately "prove" the module can do what it can in a real world example, we'll need to add some YML fixtures and use
objFromFixture()
in the usual way to determine if custom calls tosetValue()
using JSONPath expressions behave as expected.