Ejemplo n.º 1
0
 public function extend(Run $gasp)
 {
     $gasp->classMap('phpunit', new ClassMap());
     /**
      * Add an alias to the runTests tasks, because it's by far the most
      * common task people will run from this extension.
      */
     $gasp->task('phpunit', 'phpunit.runTests');
 }
Ejemplo n.º 2
0
 public function extend(Run $gasp)
 {
     $gasp->classMap('ssh', new ClassMap());
 }