Level-2 / Maphper

Maphper - A php ORM using the Data Mapper pattern
BSD 2-Clause "Simplified" License
52 stars 7 forks source link

Add mock datasource #41

Closed solleer closed 7 years ago

solleer commented 7 years ago

Since the maphper structure is not completely replaceable yet with a json structure, there should be a datasource that accepts an ArrayObject and uses that as the storage mechanism so that for unit tests you don't have to include a database and can further use the maphper abstraction.

solleer commented 7 years ago

I think support for filters should be added