Categories
PHP

Installing PHPUnit

Download latest version

  1. Saved .phar in c:\server\bin
  2. Add c:\server\bin to PATH
  3. Follow their instructions for creating  a .cmd wrapper
  4. Test by calling phpunit –version from cmd

Not sure how Laravel connects its tests/ to phpunit yet. Also not sure if version mismatch between Laravel and latest matters.