Gulpfile.js 87 B

12345
  1. var elixir = require('laravel-elixir');
  2. elixir(function(mix) {
  3. mix.phpUnit();
  4. });