Hi, I have some issues with phpunit! I install successfully phpunit in windows! When I do in commande line "oil test", I get this message "PHPUnit does not appear to be install" How I can configure phpunit for fuelphp? Thank for some help!
Take a look at Behat, A behaviour driven development tool which is particularly well suited for testing the behaviour of your app so your controllers/views, using Selenium, for example.