Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-19 | Fix byte-safety issues & actually test for them | Andrey Andreev | 1 | -6/+4 | |
2012-10-18 | Exclude libs installed via Composer from code coverage tests | Alex Bilbie | 1 | -3/+4 | |
Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-06-04 | Added a "non-DB" phpunit.xml for local testing | Phil Sturgeon | 1 | -0/+25 | |
Any developer can use this without having to set up DB's and have PostgreSQL installed by running: phpunit --configuration=tests/phpunit.xml This just skips DB stuff, so code coverage will look lower than it is. | |||||
2012-03-30 | Configation based by environment constant, due Database test implementation ↵ | Taufan Aditya | 1 | -33/+0 | |
accross drivers | |||||
2012-03-30 | Multi database setup | Taufan Aditya | 1 | -1/+0 | |
2012-03-28 | Preliminary Database Test | Taufan Aditya | 1 | -4/+1 | |
2012-03-25 | correcting PHPUnit execution error path, in Setup_test.php load file path | Reiny Júnior | 1 | -2/+1 | |
2012-03-10 | Fixed camelize. | Phil Sturgeon | 1 | -0/+38 | |