Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class ParseTest extends \PHPUnit\Framework\TestCase |
||
|
|||
11 | { |
||
12 | /** |
||
13 | * @var Btrl |
||
14 | */ |
||
15 | private $engine; |
||
16 | |||
17 | protected function setUp(): void |
||
21 | } |
||
22 | |||
23 | public function testParseStatementBank():void |
||
24 | { |
||
25 | $method = new \ReflectionMethod($this->engine, 'parseStatementBank'); |
||
26 | $method->setAccessible(true); |
||
27 | $this->assertEquals('BTRL', $method->invoke($this->engine)); |
||
28 | } |
||
29 | |||
30 | public function testParseTransactionPrice(): void |
||
37 | } |
||
38 | |||
40 |
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