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