Exemplo n.º 1
0
 public function setUp()
 {
     $gasp = new Run();
     $this->lint = new Lint();
     $this->lint->setGasp($gasp);
 }
Exemplo n.º 2
0
 public function testCanSetGaspInstanceOnTask()
 {
     $gasp = new Run();
     $task = new Lint();
     $task->setGasp($gasp);
 }