| Total Complexity | 3 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class ProductFileCollectionDataExtensionTest extends SapphireTest |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var string |
||
| 15 | */ |
||
| 16 | protected static $fixture_file = '../fixtures.yml'; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * |
||
| 20 | */ |
||
| 21 | public function testUpdateCollectionObject() |
||
| 22 | { |
||
| 23 | $object = $this->objFromFixture(ProductFileCollection::class, 'default'); |
||
| 24 | $controller = ProductFileCollectionController::create($object); |
||
| 25 | $this->assertEquals($controller->getCollectionObject(), Brochure::class); |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * |
||
| 30 | */ |
||
| 31 | public function testUpdateCollectionForm() |
||
| 38 | } |
||
| 39 | |||
| 40 | /** |
||
| 41 | * |
||
| 42 | */ |
||
| 43 | public function testUpdateCollectionItems() |
||
| 47 | ); |
||
| 48 | } |
||
| 50 |
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