| Total Complexity | 4 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class UpdateTest |
||
| 11 | extends \TYPO3\CMS\Core\Tests\UnitTestCase |
||
|
|
|||
| 12 | { |
||
| 13 | private $object; |
||
| 14 | |||
| 15 | |||
| 16 | public function setUp() |
||
| 17 | { |
||
| 18 | $this->object = new \ext_update(); |
||
| 19 | } |
||
| 20 | |||
| 21 | |||
| 22 | public function tearDown() |
||
| 23 | { |
||
| 24 | unset($this->object); |
||
| 25 | } |
||
| 26 | |||
| 27 | |||
| 28 | /** |
||
| 29 | * @test |
||
| 30 | */ |
||
| 31 | public function access() |
||
| 34 | } |
||
| 35 | |||
| 36 | |||
| 37 | /** |
||
| 38 | * @test |
||
| 39 | */ |
||
| 40 | public function main() |
||
| 45 | } |
||
| 46 | } |
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