Total Complexity | 5 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class SluggableHelperTest extends SapphireTest |
||
14 | { |
||
15 | |||
16 | public function test_lower_case() |
||
19 | } |
||
20 | |||
21 | public function test_upper_case() |
||
24 | } |
||
25 | |||
26 | public function text_mixed_case() |
||
27 | { |
||
28 | $this->assertEquals('this-is-mixed-case', $this->getSlug('THIs-Is-Mixed-case')); |
||
29 | } |
||
30 | |||
31 | public function test_empty_string() |
||
32 | { |
||
33 | $this->assertEquals('', $this->getSlug('')); |
||
34 | } |
||
35 | |||
36 | private function getSlug($title) |
||
40 | } |
||
41 | } |
||
42 |
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