| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | abstract class AbstractTest extends TestCase |
||
| 13 | { |
||
| 14 | protected $object; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @var \UnitTester |
||
|
|
|||
| 18 | */ |
||
| 19 | protected $tester; |
||
| 20 | |||
| 21 | public function tearDown(): void |
||
| 22 | { |
||
| 23 | parent::tearDown(); |
||
| 24 | \Mockery::close(); |
||
| 25 | Container::getInstance()->set('config', null); |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param $name |
||
| 30 | */ |
||
| 31 | protected function loadConfiguration($name = 'mail') |
||
| 36 | } |
||
| 37 | } |
||
| 38 |
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