Beispiel #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');
 }
Beispiel #2
0
 public function extend(Run $gasp)
 {
     $gasp->classMap('ssh', new ClassMap());
 }