Conditions | 1 |
Paths | 1 |
Total Lines | 20 |
Code Lines | 16 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
36 | public function testCheck(): void |
||
37 | { |
||
38 | $this->expectOutputString(<<<STRING |
||
39 | |||
40 | Produits : 240.00 |
||
41 | Charges : 112.50 |
||
42 | Bénéfice : 127.50 |
||
43 | Actifs : 35187.50 |
||
44 | Passifs : 60.00 |
||
45 | Capital : 35000.00 |
||
46 | Écart : 0.00 |
||
47 | Création du compte 20300010 pour l'utilisateur 1003... |
||
48 | Création du compte 20300011 pour l'utilisateur 1004... |
||
49 | Création du compte 20300012 pour l'utilisateur 1005... |
||
50 | Création du compte 20300013 pour l'utilisateur 1006... |
||
51 | |||
52 | STRING |
||
53 | ); |
||
54 | |||
55 | self::assertFalse($this->accounting->check(), 'fixture data should not produce any errors'); |
||
56 | } |
||
58 |
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