Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 4 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
39 | public function testCollectChangesForUnpublishing() |
||
40 | { |
||
41 | $obj = StaticPublishingTriggerPage::create(); |
||
42 | $obj->collectChanges(['action' => 'unpublish']); |
||
43 | |||
44 | $this->assertSame( |
||
45 | '/updateOnUnpublish', |
||
46 | $obj->getToUpdate()->first()->url |
||
47 | ); |
||
48 | $this->assertSame( |
||
49 | '/deleteOnUnpublish', |
||
50 | $obj->getToDelete()->first()->url |
||
51 | ); |
||
54 |
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