Total Complexity | 4 |
Total Lines | 24 |
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 | $this->setAssignments(); |
||
35 | } |
||
36 | |||
37 | public function testReinit() |
||
38 | { |
||
39 | $this->assertNull((new Initer())->reinit($this->auth)); |
||
40 | } |
||
41 | |||
42 | protected function createObject($config) |
||
45 | } |
||
46 | } |
||
47 |
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