| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class AssignHubs extends Hub |
||
| 8 | { |
||
| 9 | public function needGoToAssignForm(string $linkName = 'assign-switches') |
||
| 10 | { |
||
| 11 | $this->tester->seeInCurrentUrl('view?id'); |
||
| 12 | $this->tester->click("div.box-menu a[href*=\"{$linkName}\"]"); |
||
| 13 | $this->waitPjax(); |
||
| 14 | $this->tester->seeInCurrentUrl("{$linkName}"); |
||
| 15 | } |
||
| 16 | |||
| 17 | public function fillAssignForm(Example $data): self |
||
| 18 | { |
||
| 19 | $this->fillForm($data); |
||
| 20 | |||
| 21 | return $this; |
||
| 22 | } |
||
| 23 | |||
| 24 | public function checkAssigned(Example $data): self |
||
| 30 | } |
||
| 31 | } |
||
| 32 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths