| Total Complexity | 3 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class ElementSectionNavigationTest extends SapphireTest |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var string |
||
| 21 | */ |
||
| 22 | protected static $fixture_file = '../fixtures.yml'; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Tests getSectionNavigation(). |
||
| 26 | */ |
||
| 27 | public function testGetSectionNavigation() |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * |
||
| 35 | */ |
||
| 36 | public function testGetSummary() |
||
| 37 | { |
||
| 38 | $object = $this->objFromFixture(ElementSectionNavigation::class, "one"); |
||
| 39 | $expected = DBField::create_field('HTMLText', '<p>Section Navigation</p>')->Summary(20); |
||
| 40 | $this->assertEquals($object->getSummary(), $expected); |
||
| 41 | } |
||
| 42 | |||
| 43 | /** |
||
| 44 | * |
||
| 45 | */ |
||
| 46 | public function testGetType() |
||
| 50 | } |
||
| 51 | } |
||
| 52 |
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