Open tonicospinelli opened 11 years ago
I would love it if we had unit tests for this code, it comes down to time and necessity for me right now. I'm not even sure how many people are using this out in the wild...
Sounds like good! I forked this repo to help in this way. I read the code and I want to know something. If I'm not wrong, this library is based on Doctrine 2.0, right?
yip, it's a driver for dbal https://github.com/realestateconz/MssqlBundle/blob/master/Driver/PDODblib/Driver.php
Why not have unit tests in this library?
I think those are very helpfull for developer want to use this library.
It's very usefull and I can help to create a Unit Tests and integration with Travis first.
In second moment, integration with Scrutinizer (a great analysis code tools and works with phpcs, phpcpd, phpmd, ... etc)
What you think about it?