| Total Complexity | 3 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 3 | class ChecIOExtensionTest extends SapphireTest |
||
|
|
|||
| 4 | { |
||
| 5 | protected static $fixture_file = 'ChecIOShortcodeTest.yml'; |
||
| 6 | |||
| 7 | /** |
||
| 8 | * @var Page |
||
| 9 | */ |
||
| 10 | private $page; |
||
| 11 | |||
| 12 | public function setUp() |
||
| 13 | { |
||
| 14 | parent::setUp(); |
||
| 15 | $this->page = $this->objFromFixture('SiteTree', 'test'); |
||
| 16 | } |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Tests that a non-empty result is returned. |
||
| 20 | */ |
||
| 21 | public function testGetChecIOJs() |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Allow the JS to be disabled if desired |
||
| 30 | */ |
||
| 31 | public function testGetChecIOJsIgnoresIfFalsy() |
||
| 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