Total Complexity | 8 |
Total Lines | 46 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class AccessManagerTest extends TestCase |
||
11 | { |
||
12 | public function testCanBeConstructed() |
||
13 | { |
||
14 | $accessManager = new AccessManager( |
||
15 | $this->createMock(TokenStorage::class), |
||
|
|||
16 | $this->createMock(Reader::class) |
||
17 | ); |
||
18 | |||
19 | $this->assertInstanceOf(AccessManager::class, $accessManager); |
||
20 | } |
||
21 | |||
22 | |||
23 | public function testCanUpdateProperty() |
||
24 | { |
||
25 | |||
26 | } |
||
27 | |||
28 | public function testCanCreateProperty() |
||
29 | { |
||
30 | |||
31 | } |
||
32 | |||
33 | public function testCanDeleteResource() |
||
34 | { |
||
35 | |||
36 | } |
||
37 | |||
38 | public function testCanCreateResource() |
||
39 | { |
||
40 | |||
41 | } |
||
42 | |||
43 | |||
44 | public function testCanAccessProperty() |
||
45 | { |
||
46 | |||
47 | } |
||
48 | |||
49 | public function testCanAccessResource() |
||
51 | |||
52 | } |
||
53 | |||
54 | public function testCanUpdateResource() |
||
56 | |||
57 | } |
||
58 | } |
||
59 |
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