| Total Complexity | 3 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 6 | class DemoTest extends \PHPUnit\Framework\TestCase |
||
|
|
|||
| 7 | { |
||
| 8 | private $object; |
||
| 9 | |||
| 10 | |||
| 11 | /** |
||
| 12 | * Sets up the fixture, for example, opens a network connection. |
||
| 13 | * This method is called before a test is executed. |
||
| 14 | */ |
||
| 15 | protected function setUp() : void |
||
| 18 | |||
| 19 | // $this->object = new \Aimeos\Admin\Jsonadm\Demo\Standard( \TestHelperJsonadm::getContext() ); |
||
| 20 | } |
||
| 21 | |||
| 22 | |||
| 23 | /** |
||
| 24 | * Tears down the fixture, for example, closes a network connection. |
||
| 25 | * This method is called after a test is executed. |
||
| 26 | */ |
||
| 27 | protected function tearDown() : void |
||
| 32 | } |
||
| 33 | |||
| 34 | |||
| 35 | public function testDemo() |
||
| 40 |
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