phptek / silverstripe-jsontext

JSON storage and querying
Other
22 stars 12 forks source link

Add integration tests #5

Closed phptek closed 8 years ago

phptek commented 8 years ago

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.