| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class Typo6Test |
||
| 8 | extends \TYPO3\CMS\Core\Tests\UnitTestCase |
||
|
|
|||
| 9 | { |
||
| 10 | private $object; |
||
| 11 | |||
| 12 | |||
| 13 | public function setUp() |
||
| 14 | { |
||
| 15 | $this->object = new \Aimeos\Aimeos\Scheduler\Task\Typo6(); |
||
| 16 | } |
||
| 17 | |||
| 18 | |||
| 19 | public function tearDown() |
||
| 22 | } |
||
| 23 | |||
| 24 | |||
| 25 | /** |
||
| 26 | * @test |
||
| 27 | */ |
||
| 28 | public function execute() |
||
| 35 |
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