| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class IniterTest extends \PHPUnit\Framework\TestCase |
||
|
|
|||
| 22 | { |
||
| 23 | use CheckAccessTrait; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @var AuthManager |
||
| 27 | */ |
||
| 28 | protected $auth; |
||
| 29 | |||
| 30 | protected function setUp() |
||
| 31 | { |
||
| 32 | $this->auth = $this->createObject(AuthManager::class); |
||
| 33 | |||
| 34 | (new Initer())->reinit($this->auth); |
||
| 35 | $this->setAssignments(); |
||
| 36 | } |
||
| 37 | |||
| 38 | protected function createObject($config) |
||
| 41 | } |
||
| 42 | } |
||
| 43 |
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