| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 6 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 30 |   public function gatherContexts(BeforeScenarioScope $scope) { | ||
| 31 | $environment = $scope->getEnvironment(); | ||
| 32 | |||
| 33 |     $this->drupalContext = $environment->getContext('Drupal\DrupalExtension\Context\DrupalContext'); | ||
| 34 |     $this->minkContext = $environment->getContext('Drupal\DrupalExtension\Context\MinkContext'); | ||
| 35 | } | ||
| 36 | |||
| 56 | 
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.