| Total Complexity | 2 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 3 | class PopulateThemeSampleDataTaskTest extends SapphireTest |
||
| 4 | { |
||
| 5 | protected $usesDatabase = true; |
||
| 6 | |||
| 7 | /** |
||
| 8 | * Ensure that the "contact" user form is only created once |
||
| 9 | */ |
||
| 10 | public function testOnlyCreateContactFormOnce() |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Run a BuildTask while buffering its output, and return the result |
||
| 37 | * |
||
| 38 | * @param BuildTask $task |
||
| 39 | * @return string |
||
| 40 | */ |
||
| 41 | protected function bufferedTask(BuildTask $task) |
||
| 48 |
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