merged branch l3l0/add-lazy-url-matcher-test (PR #404)
Commits ------- b4f7ce21 Fixed typo cb3fd7d5 Changed in phpunit.xml.dist and added testsfor lazy url matcher Discussion ---------- Changed in phpunit.xml.dist and added testsfor lazy url matcher * Changed in phpunit.xml.dist make sure that tests will covers only code in src directory. * Added lazy url matcher Tests passed: [](http://travis-ci.org/l3l0/Silex) --------------------------------------------------------------------------- by igorw at 2012-06-30T12:45:18Z Nice👍 Also, how about adding this to .travis.yml: script: phpunit --coverage-text --------------------------------------------------------------------------- by l3l0 at 2012-06-30T14:39:59Z @igorw Ok I tried but error appear for php 5.3 cause try to cover all code under src even traits: http://travis-ci.org/#!/l3l0/Silex/jobs/1743756 I removed "--coverage-text" in next commit 1201230
Showing
Please register or sign in to comment