| Total Complexity | 3 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class XPathXMLGeneratorTest extends UnitTestCase |
||
| 21 | { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @var XPathXMLGenerator |
||
| 25 | */ |
||
| 26 | private $xpathGenerator = null; |
||
| 27 | |||
| 28 | protected function setUp() { |
||
| 29 | $this->xpathGenerator = new \EWW\Dpf\Services\XPathXMLGenerator(); |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @test |
||
| 34 | */ |
||
| 35 | public function testXMLGeneration1() |
||
| 45 | ); |
||
| 46 | } |
||
| 47 | |||
| 48 | /** |
||
| 49 | * @test |
||
| 50 | */ |
||
| 51 | public function testXMLGeneration2() |
||
| 61 | ); |
||
| 62 | } |
||
| 65 |
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