jabranr/csv-parser

Add unit tests

jabranr opened this issue · 2 comments

Add unit tests

@jabranr You don't have a bootstrap file directing to your class. For your tests to run, you need to include the file!

I forked the repo, and without reading what are your tests and how the class works, I think I have fixed your continuous integration issues. Although your tests are failing!

Take a look https://github.com/ahmadawais/csv-parser

Here you can see the tests are no failing https://travis-ci.org/ahmadawais/csv-parser which means CI is working.