mstdokumaci / arraydb

define your data model using array configs, reach your data as arrays.
70 stars 17 forks source link

unit testing is your next logical step #1

Open samuelmolinski opened 11 years ago

samuelmolinski commented 11 years ago

I think you should invest some time in creating your unit test to truly give this project credibility. I love the idea of harnessing the power of PHP arrays to make this easy to use.

Keep up the good work.

mstdokumaci commented 11 years ago

you totally are right. i guess i won't have enough time for an exhaustive unit test. but i must start with some most used methods. thanks for feedback.