| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 57 | public function testGetMember() |
||
| 58 | { |
||
| 59 | $this->markTestSkipped('Need to create a member before the test'); |
||
| 60 | |||
| 61 | $data = array( |
||
| 62 | 'id' => '344337728', |
||
| 63 | 'UserId' => '5f1f1b07-a8c4-4d4c-bd5b-cdace6cb7c84', |
||
| 64 | ); |
||
| 65 | |||
| 66 | // @todo create a member |
||
| 67 | $response = $this->bpack247->getMember($data['id']); |
||
| 68 | $this->assertSame($data['UserId'], $response->getUserID()); |
||
| 69 | } |
||
| 71 |
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