| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | class StopWordsTest extends TestCase |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * @var StopWords |
||
| 27 | */ |
||
| 28 | protected $object; |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Sets up the fixture, for example, opens a network connection. |
||
| 32 | * This method is called before a test is executed. |
||
| 33 | */ |
||
| 34 | protected function setUp(): void |
||
| 37 | } |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Tears down the fixture, for example, closes a network connection. |
||
| 41 | * This method is called after a test is executed. |
||
| 42 | */ |
||
| 43 | protected function tearDown(): void |
||
| 44 | { |
||
| 45 | } |
||
| 46 | |||
| 47 | public function testCheck() |
||
| 52 | } |
||
| 53 | } |
||
| 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